Skip to content

Commit

Permalink
NS-IRC support purged
Browse files Browse the repository at this point in the history
  • Loading branch information
forsdev1 committed Mar 23, 2015
1 parent 96dde37 commit a3f0626
Show file tree
Hide file tree
Showing 85 changed files with 7,578 additions and 3,068 deletions.
Binary file removed 00000036.wav
Binary file not shown.
Binary file added ActivityDrawerTh_HorNet.o
Binary file not shown.
Binary file added BasicAuth.o
Binary file not shown.
Binary file added BruteUtils.o
Binary file not shown.
1 change: 0 additions & 1 deletion CheckKey_Th.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "CheckKey_Th.h"
#include "CheckProxy_Th.h"
#include "STh.h"
#include "externData.h"
#include "externFunctions.h"
Expand Down
Binary file added CheckKey_Th.o
Binary file not shown.
149 changes: 0 additions & 149 deletions CheckProxy_Th.cpp

This file was deleted.

27 changes: 0 additions & 27 deletions CheckProxy_Th.h

This file was deleted.

Binary file added CheckProxy_Th.o
Binary file not shown.
Binary file added Connector.o
Binary file not shown.
Binary file added DrawerTh_GridQoSScanner.o
Binary file not shown.
Binary file added DrawerTh_HorNet.o
Binary file not shown.
Binary file added DrawerTh_ME2Scanner.o
Binary file not shown.
Binary file added DrawerTh_QoSScanner.o
Binary file not shown.
Binary file added DrawerTh_VoiceScanner.o
Binary file not shown.
Binary file added FTPAuth.o
Binary file not shown.
30 changes: 0 additions & 30 deletions IRCPinger_Th.cpp

This file was deleted.

23 changes: 0 additions & 23 deletions IRCPinger_Th.h

This file was deleted.

Binary file added IRCPinger_Th.o
Binary file not shown.
Binary file added STh.o
Binary file not shown.
Binary file added Threader.o
Binary file not shown.
Binary file added Utils.o
Binary file not shown.
Binary file added WebformWorker.o
Binary file not shown.
Binary file added base64.o
Binary file not shown.
Binary file added connector_old.o
Binary file not shown.
4 changes: 1 addition & 3 deletions externData.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#define RECV_MAX_SIZE 350000
#define REQUEST_MAX_SIZE 4096
#define PORTSET "80,81,88,8080,8081,60001,60002,8008,8888,554,9000,441,4111,6667,3536,22,21"
#define IRC_CHAN "iskopasi_lab03"
#define CSSOCKET(Socket) shutdown(Socket, SD_BOTH); closesocket(Socket); Socket = -1;


Expand All @@ -27,7 +26,7 @@ extern char top_level_domain[128];
extern volatile int cons, BrutingThrds, gThreads;
extern char **loginLst, **passLst, **wfLoginLst, **wfPassLst, **sshlpLst, **GlobalNegatives;
extern bool trackerOK, __savingBackUpFile, globalScanFlag, MapWidgetOpened,
widgetIsHidden, OnlineMsgSentFlag, utfIRCFlag, HTMLDebugMode, gNegDebugMode,
widgetIsHidden, OnlineMsgSentFlag, HTMLDebugMode, gNegDebugMode,
gDebugMode, horLineFlag, gPingNScan, gShuffle,
BALogSwitched;
extern int found, indexIP, gMode,
Expand All @@ -41,7 +40,6 @@ extern int found, indexIP, gMode,
offlines, ssh, globalPinger, gPingTimeout, nickFlag, offlineFlag;
extern unsigned int Activity;
extern char trcSrv[256], trcScr[256], trcProxy[128], trcPersKey[64],
ircServer[32], ircPort[32], ircProxy[64], ircProxyPort[8], ircNick[32],
trcPort[32], trcSrvPortLine[32], saveEndIP[128],
gRange[128], gFirstDom[128], gPorts[65536],
gVER[16],
Expand Down
Loading

0 comments on commit a3f0626

Please sign in to comment.