You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I run python3 virustotal_subdomain_enum.py google.com 30;
It shows: URL being queried: https://www.virustotal.com/ui/domains/google.com/subdomains?limit=30 Traceback (most recent call last): File "virustotal_subdomain_enum.py", line 44, in <module> print_results(search_results) File "virustotal_subdomain_enum.py", line 35, in print_results or index, item in enumerate(search_results['data']): KeyError: 'data'
The text was updated successfully, but these errors were encountered:
themayanksingh
changed the title
python3 virustotal_subdomain_enum.py giving error
virustotal_subdomain_enum.py giving error
Jul 27, 2020
Whenever I run
python3 virustotal_subdomain_enum.py google.com 30
;It shows:
URL being queried: https://www.virustotal.com/ui/domains/google.com/subdomains?limit=30
Traceback (most recent call last):
File "virustotal_subdomain_enum.py", line 44, in <module>
print_results(search_results)
File "virustotal_subdomain_enum.py", line 35, in print_results
or index, item in enumerate(search_results['data']):
KeyError: 'data'
The text was updated successfully, but these errors were encountered: