Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewmichaelsmith/manuka
Docker based honeypot (Dionaea & Kippo)
https://github.com/andrewmichaelsmith/manuka
Last synced: 2 months ago
JSON representation
Docker based honeypot (Dionaea & Kippo)
- Host: GitHub
- URL: https://github.com/andrewmichaelsmith/manuka
- Owner: andrewmichaelsmith
- License: mit
- Created: 2014-11-19T20:41:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T12:49:43.000Z (almost 10 years ago)
- Last Synced: 2024-08-03T23:06:28.356Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 397 KB
- Stars: 22
- Watchers: 8
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-honeypot - **15**星
README
manuka - docker honeypot setup script
======A script to run a [dionaea docker image](https://registry.hub.docker.com/u/andrewmichaelsmith/dionaea/) and [kippo docker image](https://registry.hub.docker.com/u/andrewmichaelsmith/kippo).
Next iteration of the [honeypot setup script](https://github.com/andrewmichaelsmith/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](http://dionaea.carnivore.it/), [micheloosterhof/kippo](https://github.com/micheloosterhof/kippo)
* All logs and binaries saved to $PWD/var
* Sets up dionaea and kippo as system services that run on startup
* Uses docker