Skip to content
New issue

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

virustotal_subdomain_enum.py giving error #9

Open
themayanksingh opened this issue Jul 27, 2020 · 1 comment
Open

virustotal_subdomain_enum.py giving error #9

themayanksingh opened this issue Jul 27, 2020 · 1 comment

Comments

@themayanksingh
Copy link

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'

@themayanksingh themayanksingh changed the title python3 virustotal_subdomain_enum.py giving error virustotal_subdomain_enum.py giving error Jul 27, 2020
@ayedaemon
Copy link

ayedaemon commented Aug 27, 2020

@themayanksingh
Do check the internet connectivity for your system.
I just checked and it worked for me for the same command

(env)>  **python virustotal_subdomain_enum.py google.com 30**

URL being queried: https://www.virustotal.com/ui/domains/google.com/subdomains?limit=30
fundingchoicesmessages.google.com
datastudio.google.com
feedburner.google.com
pay.google.com
taskassist-pa.clients6.google.com
dl.google.com
addons-pa.clients6.google.com
stun.l.google.com
news.google.com
groups.google.com
picasaweb.google.com
hangouts.google.com
doc.google.com
mw1.google.com
23.client-channel.google.com
tez.google.com
www.google.com
19.client-channel.google.com
alt8-mtalk.google.com
realtimesupport.clients6.google.com
1.client-channel.google.com
suggestqueries.google.com
mail-ads.google.com
blobcomments-pa.clients6.google.com
feedproxy.google.com
lh3.google.com
maps.google.com
sites.google.com
store.google.com
mail-settings.google.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants