Docker Project - nrubera/SYS-265-03-Tech-Journal GitHub Wiki

For this project I chose to create my own botnet using a pre-established git repository of it and utilizing docker to host a web-gui of it.

Installation Process

  1. You must first install docker on to the system you want to use. For this, use sudo apt-get install docker.io -y this will add docker to the system.

  2. Clone the git repository to get all of the required files for the botnet. For this, use git clone https://github.com/malwaredllc/byob.git

  3. Navigate to the directory you cloned the git to and go into the web-gui directory. From there run startup script with ./startup.sh

Note: This script will take a long time to run the first time through

  1. Once the script runs a reboot will be required for the first time you run the script.

  2. Once booted back up, run the script again, this will only take a few seconds

  3. Connect to the ip shown in the script and configure your botnet!

image