mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-18 14:34:22 +01:00
Fix logging
git-svn-id: https://kippo.googlecode.com/svn/trunk@3 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
2
kippo.py
2
kippo.py
@@ -7,7 +7,7 @@ from twisted.python import log
|
||||
from core import Kippo
|
||||
|
||||
if __name__ == "__main__":
|
||||
log.startLogging(file('./log/kippo.log', 'w'))
|
||||
log.startLogging(file('./log/kippo.log', 'a'))
|
||||
|
||||
sshFactory = factory.SSHFactory()
|
||||
sshFactory.portal = portal.Portal(Kippo.HoneyPotRealm())
|
||||
|
||||
Reference in New Issue
Block a user