mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Missing cowrie.session.params events generator (#721)
This commit is contained in:
committed by
Michel Oosterhof
parent
0077608d81
commit
b5300c7c49
@ -92,6 +92,8 @@ class HoneyPotBaseProtocol(insults.TerminalProtocol, TimeoutMixin):
|
|||||||
self.clientVersion = self.getClientVersion()
|
self.clientVersion = self.getClientVersion()
|
||||||
self.logintime = time.time()
|
self.logintime = time.time()
|
||||||
|
|
||||||
|
log.msg(eventid='cowrie.session.params', arch=self.user.server.arch)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
timeout = CONFIG.getint('honeypot', 'interactive_timeout')
|
timeout = CONFIG.getint('honeypot', 'interactive_timeout')
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user