This commit is contained in:
Michel Oosterhof
2018-03-07 10:56:24 +04:00
parent 9f4bee5823
commit 11e677330e

View File

@ -73,7 +73,7 @@ class Output(cowrie.core.output.Output):
host = CONFIG.get('output_mysql', 'host'), host = CONFIG.get('output_mysql', 'host'),
db = CONFIG.get('output_mysql', 'database'), db = CONFIG.get('output_mysql', 'database'),
user = CONFIG.get('output_mysql', 'username'), user = CONFIG.get('output_mysql', 'username'),
passwd = CONFIG.get('output_mysql', 'password'), passwd = CONFIG.get('output_mysql', 'password', raw=True),
port = port, port = port,
cp_min = 1, cp_min = 1,
cp_max = 1) cp_max = 1)