2017-03-31 19:22:12 +02:00
..
2017-03-30 15:02:46 +02:00
2017-03-29 15:02:34 +02:00
2017-03-31 19:22:12 +02:00

wonderfall/kippo-graph

kippo-graph

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