Mongodb support for Kippo honeypot
##Usage
- Uncomment the lines in create.js and run it to create the database,database user and collection
mongo create.js
you can edit create.js to change it's values
-
copy the file mongodb.py to < kippo-dir >/kippo/dblog and you should be seeing kippo logging to mongodb
-
add those lines to the end of the kippo.cfg file
[database_mongodb]
server = 127.0.0.1
port = 27017
username = kippo
password = kippo_pass
database = kippo
collection = log
- get the logs from mongodb using mongoshell
use kippo
db.log.find()
##Inspired by and based on
- [Hpfeeds] [Hpfeeds]:https://github.com/rep/hpfeeds/blob/master/appsupport/kippo/hpfeeds.py