mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-20 22:54:29 +01:00
Fixing indentation
This commit is contained in:
@@ -206,8 +206,8 @@ class DBLogger(dblog.DBLogger):
|
||||
def createSession(self, peerIP, peerPort, hostIP, hostPort):
|
||||
session = uuid.uuid4().hex
|
||||
self.meta[session] = {'session':session,'peerIP': peerIP, 'peerPort': peerPort,
|
||||
'hostIP': hostIP, 'hostPort': hostPort, 'loggedin': None,
|
||||
'credentials':[], 'commands':[],"unknownCommands":[],'urls':[],'version': None, 'ttylog': None }
|
||||
'hostIP': hostIP, 'hostPort': hostPort, 'loggedin': None,
|
||||
'credentials':[], 'commands':[],"unknownCommands":[],'urls':[],'version': None, 'ttylog': None }
|
||||
return session
|
||||
|
||||
def handleConnectionLost(self, session, args):
|
||||
|
||||
Reference in New Issue
Block a user