mirror of https://github.com/cowrie/cowrie.git
docs
This commit is contained in:
parent
482abffa3b
commit
4d0d3194d7
|
@ -102,6 +102,7 @@ class HoneyPotBaseProtocol(insults.TerminalProtocol, TimeoutMixin):
|
||||||
except:
|
except:
|
||||||
self.clientIP = self.realClientIP
|
self.clientIP = self.realClientIP
|
||||||
|
|
||||||
|
# Source IP of server in user visible reports (can be fake or real)
|
||||||
if CONFIG.has_option('honeypot', 'internet_facing_ip'):
|
if CONFIG.has_option('honeypot', 'internet_facing_ip'):
|
||||||
self.kippoIP = CONFIG.get('honeypot', 'internet_facing_ip')
|
self.kippoIP = CONFIG.get('honeypot', 'internet_facing_ip')
|
||||||
else:
|
else:
|
||||||
|
@ -138,6 +139,7 @@ class HoneyPotBaseProtocol(insults.TerminalProtocol, TimeoutMixin):
|
||||||
self.user = None
|
self.user = None
|
||||||
self.environ = None
|
self.environ = None
|
||||||
|
|
||||||
|
|
||||||
def txtcmd(self, txt):
|
def txtcmd(self, txt):
|
||||||
"""
|
"""
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue