mirror of https://github.com/cowrie/cowrie.git
Fix issue #26 as reported by honigbij
This commit is contained in:
parent
f39e5d6491
commit
7ffd54561c
|
@ -66,7 +66,7 @@ class Interact(telnet.Telnet):
|
|||
if not self.readonly:
|
||||
if type(bytes) == type(''):
|
||||
ttylog.ttylog_write(
|
||||
self.interacting.ttylog_file,
|
||||
self.interacting.terminal.transport.session.conn.transport.ttylog_file,
|
||||
len(bytes), ttylog.TYPE_INTERACT, time.time(), bytes)
|
||||
for c in bytes:
|
||||
recvline.HistoricRecvLine.keystrokeReceived(
|
||||
|
|
Loading…
Reference in New Issue