-
Notifications
You must be signed in to change notification settings - Fork 11
now testing changes from cowrie
CZ-NIC/kippo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
## INSTALL you need to have twisted installed: zypper in python-twisted cp cowrie.cfg.dist cowrie.cfg logging to hpfeeds: edit database_hpfeeds section in cfg logging to mysql: (from http://bruteforce.gr/logging-kippo-events-using-mysql-db.html) mysql -u root -p > CREATE DATABASE cowrie; > GRANT ALL ON cowrie.* TO 'cowrie'@'localhost' IDENTIFIED BY 'password'; > exit mysql -u cowrie -p > USE cowrie; > source ./doc/sql/mysql.sql; > exit uncomment database_mysql secion in cfg ## RUN ./start.sh
About
now testing changes from cowrie
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published