Skip to content

aabed/kippo_mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Kippo_Mongodb

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

About

Mongodb support for Kippo honeypot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published