mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-21 07:04:22 +01:00
more twisted.python.log imports
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
import os, time, anydbm, datetime
|
||||
from kippo.core.honeypot import HoneyPotCommand
|
||||
from twisted.internet import reactor
|
||||
from twisted.python import log
|
||||
from kippo.core.config import config
|
||||
from kippo.core.auth import UserDB
|
||||
from kippo.core import utils
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Copyright (c) 2009 Upi Tamminen <desaster@gmail.com>
|
||||
# See the COPYRIGHT file for more information
|
||||
|
||||
from twisted.python import log
|
||||
from kippo.core.honeypot import HoneyPotCommand
|
||||
from twisted.internet import reactor
|
||||
import time, re, hashlib, getopt
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Copyright (c) 2009 Upi Tamminen <desaster@gmail.com>
|
||||
# See the COPYRIGHT file for more information
|
||||
|
||||
from twisted.python import log
|
||||
from kippo.core.honeypot import HoneyPotCommand
|
||||
from kippo.core.fs import *
|
||||
from kippo.commands import dice, malware
|
||||
|
||||
@@ -5,6 +5,7 @@ from kippo.core.honeypot import HoneyPotCommand
|
||||
from kippo.core.fs import *
|
||||
from twisted.web import client
|
||||
from twisted.internet import reactor
|
||||
from twisted.python import log
|
||||
|
||||
import stat
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user