Example #1
0
 def __init__(self):
     # I don't know if i'm supposed to keep static stuff here
     self.env = honeypot.HoneyPotEnvironment()
Example #2
0
File: ssh.py Project: imoore/cowrie
 def __init__(self, cfg):
     self.cfg = cfg
     self.env = honeypot.HoneyPotEnvironment(cfg)