aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virustotal and Google Error

nyxb opened this issue · comments

             ____        _     _ _     _   _____                                                                          
            / ___| _   _| |__ | (_)___| |_|___ / _ __                                                                     
            \___ \| | | | '_ \| | / __| __| |_ \| '__|                                                                    
             ___) | |_| | |_) | | \__ \ |_ ___) | |                                                                       
            |____/ \__,_|_.__/|_|_|___/\__|____/|_|                                                                       
                                                                                                                          
            # Coded By Ahmed Aboul-Ela - @aboul3la                                                                        

[-] Enumerating subdomains now for taetowierer-akademie.de
[-] Searching now in Baidu..
[-] Searching now in Yahoo..
[-] Searching now in Google..
[-] Searching now in Bing..
[-] Searching now in Ask..
[-] Searching now in Netcraft..
[-] Searching now in DNSdumpster..
[-] Searching now in Virustotal..
[-] Searching now in ThreatCrowd..
[-] Searching now in SSL Certificates..
[-] Searching now in PassiveDNS..
[!] Error: Virustotal probably now is blocking our requests
[!] Error: Google probably now is blocking our requests
[~] Finished now the Google Enumeration ...

I found one solution, to solve the Virustotal issue, you can comment the code which is related to virus total and also remove where its use in the script... It will work.

@ajinkya-git-hub what is the solution, please share i am kinda stuck in this method from 3 days i used everything like reinstall and export API KEY still not working

commented

This has been the case since April or something. Row 940 in sublist3r.py:

Change:
NetcraftEnum, DNSdumpster, Virustotal, ThreatCrowd,
To:
NetcraftEnum, DNSdumpster, ThreatCrowd,

This has been the case since April or something. Row 940 in sublist3r.py:

Change: NetcraftEnum, DNSdumpster, Virustotal, ThreatCrowd, To: NetcraftEnum, DNSdumpster, ThreatCrowd,

Not work bro