mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-18 22:44:29 +01:00
remove debug print statement
This commit is contained in:
@@ -94,7 +94,6 @@ class Output(cowrie.core.output.Output):
|
|||||||
entry["timestamp"]))
|
entry["timestamp"]))
|
||||||
|
|
||||||
elif entry["eventid"] == 'cowrie.command.success':
|
elif entry["eventid"] == 'cowrie.command.success':
|
||||||
print str(entry)
|
|
||||||
self.simpleQuery('INSERT INTO `input`' + \
|
self.simpleQuery('INSERT INTO `input`' + \
|
||||||
' (`session`, `timestamp`, `success`, `input`)' + \
|
' (`session`, `timestamp`, `success`, `input`)' + \
|
||||||
' VALUES (?, ?, ?, ?)',
|
' VALUES (?, ?, ?, ?)',
|
||||||
|
|||||||
Reference in New Issue
Block a user