Telnet蜜罐错误

时间:2018-03-01 09:05:14

标签: python django iot malware honeypot

root @ honeypot:〜/ telnet-iot-honeypot #python backend.py

创建/连接到DB 数据库设置完成  *在http://0.0.0.0:5000/上运行(按CTRL + C退出) ^ C

root @ honeypot:〜/ telnet-iot-honeypot#python honeypot.py

2018-03-01 08:50:39 telnet.py:57端口23上的套接字打开 2018-03-01 08:50:57 telnet.py:72客户连接(' [删除]',59542) 2018-03-01 08:50:57 session.py:22新会议 回溯(最近一次调用最后一次):

 File "/root/telnet-iot-honeypot/honeypot/telnet.py", line 75, in handle
 sess.loop()
 File "/root/telnet-iot-honeypot/honeypot/telnet.py", line 96, in loop
 self.session = Session(self.send_string, self.remote[0])
 File "/root/telnet-iot-honeypot/honeypot/session.py", line 26, in __init__
 self.record      = SessionRecord()
  File "/root/telnet-iot-honeypot/honeypot/sampledb_client.py", line 51, in __init__
self.back    = get_backend()
File "/root/telnet-iot-honeypot/honeypot/sampledb_client.py", line 14, in      get_backend
if _BACKEND:

UnboundLocalError:局部变量' _BACKEND'在分配前引用

https://github.com/Phype/telnet-iot-honeypot 此蜜罐用于监视端口23或2223的传入连接。每当客户端连接时,我都会收到此错误。我该如何解决?

0 个答案:

没有答案