Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 808 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 808 Bytes

Kippo

SSH Honeypot

NOTE: Kippo is not maintained anymore. Use Cowrie instead

Docker image running Kippo SSH honeypot.

By Default, Kippo will listen on port 2222

Running

docker run -d -p 2222:2222 tomdesinto/kippo

Use docker logs -f kippo to read kippo log

Building

docker build -t kippo https://github.com/thomasleveil/docker-kippo.git