Dockerizing Kippo SSH Honeypot (image 196 Mb) based on Debian
1.4K
UPD: The original Kippo project is outdated and not compatible with the latest libraries and protocols. See actual fork https://github.com/cowrie/cowrie
Move your real ssh port from default 22 to another (for ex. 22000)
sudo docker run -p 22:2222 -d \
--name kippo vensder/debian-kippo-ssh-honeypot
sudo docker logs kippo
sudo docker logs -f --tail 10 kippo
sudo mkdir -p /home/kippo/log/tty
sudo chown -R 1000:1000 /home/kippo
sudo docker run -p 22:2222 -v /home/kippo/log:/home/kippo/log -d \
--name kippo vensder/debian-kippo-ssh-honeypot
sudo chcon -Rt svirt_sandbox_file_t /home/kippo
Logs will be write to /home/kippo/log/tty/ directory on your host system.
Content type
Image
Digest
sha256:68f5b0d0b…
Size
48.7 MB
Last updated
about 6 years ago
docker pull vensder/debian-kippo