mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-29 20:04:20 +01:00
fix for wget and nostdin issue
This commit is contained in:
@@ -397,7 +397,7 @@ class HoneyPotSSHSession(session.SSHSession):
|
|||||||
|
|
||||||
def eofReceived(self):
|
def eofReceived(self):
|
||||||
log.msg('got eof')
|
log.msg('got eof')
|
||||||
self.sendClose()
|
session.SSHSession.eofReceived(self)
|
||||||
|
|
||||||
# utility function to request to send close for this session
|
# utility function to request to send close for this session
|
||||||
def sendClose(self):
|
def sendClose(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user