mirror of https://github.com/cowrie/cowrie.git
stop logging exec cmd, already logged before
This commit is contained in:
parent
8733cca515
commit
f39e5d6491
|
@ -320,7 +320,6 @@ class HoneyPotAvatar(avatar.ConchUser):
|
||||||
'exec_enabled not enabled in configuration file!')
|
'exec_enabled not enabled in configuration file!')
|
||||||
return
|
return
|
||||||
|
|
||||||
log.msg( 'exec command: "%s"' % cmd )
|
|
||||||
serverProtocol = protocol.LoggingServerProtocol(
|
serverProtocol = protocol.LoggingServerProtocol(
|
||||||
protocol.HoneyPotExecProtocol, self, self.env, cmd)
|
protocol.HoneyPotExecProtocol, self, self.env, cmd)
|
||||||
self.protocol = serverProtocol
|
self.protocol = serverProtocol
|
||||||
|
|
Loading…
Reference in New Issue