0x727 / ShuiZe_0x727

信息收集自动化工具
3.79k stars 572 forks source link

quakeapi使用报错 #174

Open atk7r opened 6 months ago

atk7r commented 6 months ago

Traceback (most recent call last): File "/home/kali/ShuiZe_0x727/ShuiZe.py", line 1642, in _init() File "/home/kali/ShuiZe_0x727/ShuiZe.py", line 1555, in _init run_subdomain() File "/home/kali/ShuiZe_0x727/ShuiZe.py", line 1095, in run_subdomain run_cSubnet(CIP_List, Subdomains_ips, notCDNSubdomains, param_Links) File "/home/kali/ShuiZe_0x727/ShuiZe.py", line 1116, in run_cSubnet webSpace_web_host_port, webSpace_service_host_port = run_webSpace(domain, SubdomainAndNotCDNIPs, [], '') File "/home/kali/ShuiZe_0x727/ShuiZe.py", line 576, in run_webSpace run_quake() File "/home/kali/ShuiZe_0x727/ShuiZe.py", line 505, in run_quake quake_Results, quake_web_host_port, quake_service_host_port = quakeApi.query_domain(query_str) File "/home/kali/ShuiZe_0x727/Plugins/infoGather/WebspaceSearchEngine/quakeApi.py", line 26, in query_domain return query(query_str) File "/home/kali/ShuiZe_0x727/Plugins/infoGather/WebspaceSearchEngine/quakeApi.py", line 157, in query quake_Results_tmp, quake_web_host_port_tmp, quake_service_host_port_tmp = filter_data(data) File "/home/kali/ShuiZe_0x727/Plugins/infoGather/WebspaceSearchEngine/quakeApi.py", line 54, in filter_data product = service['product'] # 服务 KeyError: 'product' 填写的API是正确的

LiuZiqing277 commented 5 months ago

同样,解决了吗

Woo101 commented 5 months ago

解决了吗

sg552 commented 5 months ago

没有解决。 直接修改 Shuize.py , 注释掉 对应的方法。估计是360 quake返回的字段变了。报错了。

585 #run_quake()

图片