Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasleveil/docker-kippo
Dockerfile building an image with kippo ready to go
https://github.com/thomasleveil/docker-kippo
docker-image kippo
Last synced: 18 days ago
JSON representation
Dockerfile building an image with kippo ready to go
- Host: GitHub
- URL: https://github.com/thomasleveil/docker-kippo
- Owner: thomasleveil
- Created: 2014-05-17T14:19:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T00:15:22.000Z (about 6 years ago)
- Last Synced: 2023-03-10T20:33:30.867Z (almost 2 years ago)
- Topics: docker-image, kippo
- Language: Dockerfile
- Homepage: https://index.docker.io/u/tomdesinto/kippo/
- Size: 5.86 KB
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kippo
[![](https://images.microbadger.com/badges/image/tomdesinto/kippo.svg)](https://microbadger.com/images/tomdesinto/kippo "Get your own image badge on microbadger.com")
[![](https://images.microbadger.com/badges/version/tomdesinto/kippo.svg)](https://microbadger.com/images/tomdesinto/kippo "Get your own version badge on microbadger.com")SSH Honeypot
> **NOTE:** Kippo is not maintained anymore. Use [Cowrie](https://hub.docker.com/r/cowrie/cowrie/) instead
Docker image running [Kippo](https://github.com/desaster/kippo) SSH honeypot.
By Default, Kippo will listen on port 2222
# Running
```bash
docker run -d -p 2222:2222 tomdesinto/kippo
```Use `docker logs -f kippo` to read kippo log
## Building
```bash
docker build -t kippo https://github.com/thomasleveil/docker-kippo.git
```