mirror of https://github.com/cowrie/cowrie.git
Add word 'request' to forwarding log message
This commit is contained in:
parent
61ad4ef3c2
commit
f1f90a70d1
|
@ -79,7 +79,7 @@ class FakeForwardingChannel(forwarding.SSHConnectForwardingChannel):
|
|||
"""
|
||||
"""
|
||||
log.msg(eventid='cowrie.direct-tcpip.data',
|
||||
format='direct-tcp forward to %(dst_ip)s:%(dst_port)s with data %(data)s',
|
||||
format='direct-tcp forward request to %(dst_ip)s:%(dst_port)s with data %(data)s',
|
||||
dst_ip=self.hostport[0], dst_port=self.hostport[1], data=repr(data))
|
||||
self._close("Connection refused")
|
||||
|
||||
|
|
Loading…
Reference in New Issue