mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
add kippo-graph and update cowrie doc
This commit is contained in:
27
kippo-graph/README.md
Normal file
27
kippo-graph/README.md
Normal file
@ -0,0 +1,27 @@
|
||||
### wonderfall/cowrie
|
||||
|
||||
#### What is this?
|
||||
Kippo-Graph is a full featured script to visualize statistics for a Kippo based SSH honeypot.
|
||||
|
||||
#### Environment variables
|
||||
- **UID** *(default : 991)*
|
||||
- **GID** *(default : 991)*
|
||||
|
||||
#### How to configure
|
||||
You should provide your own configuration file from this base : https://github.com/ikoniaris/kippo-graph/blob/master/config.php.dist
|
||||
You can mount this single file to your Docker container.
|
||||
|
||||
#### Docker compose (example)
|
||||
```
|
||||
kippo-graph:
|
||||
image: wonderfall/kippo-graph
|
||||
links:
|
||||
- cowrie-db:cowrie-db
|
||||
volumes:
|
||||
- /mnt/kippo-graph/config.php:/kippo-graph/config.php
|
||||
- /mnt/cowrie/log:/opt/cowrie/log
|
||||
environment:
|
||||
- GID=991
|
||||
- UID=991
|
||||
```
|
||||
|
Reference in New Issue
Block a user