mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Fix #691
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user