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