diff --git a/cowrie.cfg.dist b/cowrie.cfg.dist index 7140363..365cef6 100644 --- a/cowrie.cfg.dist +++ b/cowrie.cfg.dist @@ -51,7 +51,7 @@ data_path = data contents_path = honeyfs -# File in the python pickle format containing the virtual filesystem. +# File in the Python pickle format containing the virtual filesystem. # # This includes the filenames, paths, permissions for the Cowrie filesystem, # but not the file contents. This is created by the bin/createfs utility from @@ -360,6 +360,9 @@ logfile = log/cowrie.json # MySQL logging module # Database structure for this module is supplied in doc/sql/mysql.sql # +# MySQL logging requires extra software: sudo apt-get install libmysqlclient-dev +# MySQL logging requires an extra Python module: pip install mysql-python +# #[output_mysql] #host = localhost #database = cowrie