andrewmichaelsmith / manuka

Docker based honeypot (Dionaea & Kippo)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Moves SSH server from port 22 to 65534
  • Installs dionaea, micheloosterhof/kippo
  • All logs and binaries saved to $PWD/var
  • Sets up dionaea and kippo as system services that run on startup
  • Uses docker

About

Docker based honeypot (Dionaea & Kippo)

License:MIT License


Languages

Language:Shell 100.0%