Home

Awesome

manuka - docker honeypot setup script

A script to run a dionaea docker image and kippo docker image.

Next iteration of the honeypot setup script it sticks all the dependencies in the Docker images which should make it more compatible across operating systems.

pre-requisites

# docker 1.3+ and docker-compose installed
sudo apt-get update && sudo apt-get install -y python-pip
sudo pip install docker-compose

setup

# ! This will move SSH from port 22 to 65534
#
# Make sure Docker and docker-compose are installed
#
curl -q https://raw.githubusercontent.com/andrewmichaelsmith/manuka/master/run.sh > run.sh
chmod +x run.sh
./run.sh

effects