the-art-of-subdomain-enumeration icon indicating copy to clipboard operation
the-art-of-subdomain-enumeration copied to clipboard

virustotal_subdomain_enum.py giving error

Open themayanksingh opened this issue 4 years ago • 1 comments

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 avatar Jul 27 '20 10:07 themayanksingh

@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

ayedaemon avatar Aug 27 '20 08:08 ayedaemon