We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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是正确的
The text was updated successfully, but these errors were encountered:
同样,解决了吗
Sorry, something went wrong.
解决了吗
没有解决。 直接修改 Shuize.py , 注释掉 对应的方法。估计是360 quake返回的字段变了。报错了。
585 #run_quake()
No branches or pull requests
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是正确的
The text was updated successfully, but these errors were encountered: