一直报错
uuuuuuzeus opened this issue · 2 comments
python3.8 ws.py -t 106.75.45.110:7657
报错:KeyError: timeout('timed out')
python3.8 ws.py -t www.hirsun.com:7001
报错:KeyError: ConnectionResetError(54, 'Connection reset by peer')
一直报错,哪里出问题了
python3.8 ws.py -t 106.75.45.110:7657
报错:KeyError: timeout('timed out')
python3.8 ws.py -t www.hirsun.com:7001
报错:KeyError: ConnectionResetError(54, 'Connection reset by peer')
一直报错,哪里出问题了
能把详细得报错信息输出出来么?直接复制粘出来
你也可以本地试一下你哪里报不报错
执行命令:
python3.8 ws.py -t 106.75.45.110:7657 或者 python3.8 ws.py -t www.hirsun.com:7001
报错内容:
xiaonaofu@woquqianmiantantanludeMacBook-Pro weblogicScanner % python3.8 ws.py -t www.hirsun.com:7001
[] Start detect weblogic administrator console for www.hirsun.com:7001.
[+] Found a module with weblogic administrator console at www.hirsun.com:7001!
[] Please verify weblogic administrator console vulnerability manually!
---------------- Heartless Split Line ----------------
[] Start detect CVE-2014-4210 for www.hirsun.com:7001.
[+] Found a module with CVE-2014-4210 at www.hirsun.com:7001!
[] Please verify CVE-2014-4210 vulnerability manually!
---------------- Heartless Split Line ----------------
[] Start detect CVE-2016-0638 for www.hirsun.com:7001.
[-] Target www.hirsun.com:7001 does not detect CVE-2016-0638 vulnerability!
---------------- Heartless Split Line ----------------
[] Start detect CVE-2016-3510 for www.hirsun.com:7001.
Traceback (most recent call last):
File "ws.py", line 57, in
res, msg = instance.light_and_msg(m_target[key]['ip'], m_target[key]['port'])
File "/Users/xiaonaofu/Documents/python/myScaner/webScaner/poc_all/weblogicScanner/stars/init.py", line 79, in light_and_msg
res, data = self.light_up(dip, dport, *arg, **kwargs)
File "/Users/xiaonaofu/Documents/python/myScaner/webScaner/poc_all/weblogicScanner/stars/cve_2016_3510.py", line 57, in light_up
res = sock.recv(4096)
ConnectionResetError: [Errno 54] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "ws.py", line 61, in
instance.msg(m_target[key]['ip'], e)
File "/Users/xiaonaofu/Documents/python/myScaner/webScaner/poc_all/weblogicScanner/stars/init.py", line 114, in msg
for msg in self.ext_msg[code]:
KeyError: ConnectionResetError(54, 'Connection reset by peer')