aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.73k stars 2.1k forks source link

Google blocking Sublist3r domain search #274

Open Maham-Chaudhry opened 3 years ago

Maham-Chaudhry commented 3 years ago

I am getting an error in searching domains in sublist3r and getting following error: 1-Google probably now is blocking our requests 2-Virustotal probably now is blocking our requests

after these error desired domains can't be found. help needed.

unaipuelles commented 3 years ago

And what is the limit? I made the requesttwo times in one day and now its not working anymore.

EmmanuelZapata commented 3 years ago

I think we need to get our own API key for Virustotal now. The url https://www.virustotal.com/ui/domains/yahoo.com/subdomains gives this: { "error": { "code": "RecaptchaRequiredError", "message": "Please re-send request with a valid reCAPTCHA response in the \"x-recaptcha-response\" header" } }

https://developers.virustotal.com/v3.0/reference

RoninNakomoto commented 3 years ago

@EmmanuelZapata @unaipuelles check my fork. its a fixed bug-free working copy (only runs under python3 if properly installed), also has much faster bruteforcing capabilities using aiodnsbrute (instead of subbrute). Both google and virus total API access have limits.

c0d3x27 commented 2 years ago

@EmmanuelZapata @unaipuelles check my fork. its a fixed bug-free working copy (only runs under python3 if properly installed), also has much faster bruteforcing capabilities using aiodnsbrute (instead of subbrute). Both google and virus total API access have limits.

yours is not working. where is the sublist3r2.py file?

White0knight commented 2 years ago

I am getting an error in searching domains in sublist3r and getting following error: 1-Google probably now is blocking our requests 2-Virustotal probably now is blocking our requests

after these error desired domains can't be found. help needed.

RoninNakomoto commented 2 years ago

try this one

https://github.com/RoninNakomoto/Sublist3r2

On Sun, Jul 24, 2022 at 8:41 PM White0knight @.***> wrote:

I am getting an error in searching domains in sublist3r and getting following error: 1-Google probably now is blocking our requests 2-Virustotal probably now is blocking our requests

after these error desired domains can't be found. help needed.

— Reply to this email directly, view it on GitHub https://github.com/aboul3la/Sublist3r/issues/274#issuecomment-1193363851, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASEKROSDZK2BXQMD2A3KQSTVVV54FANCNFSM4SPM7FCQ . You are receiving this because you commented.Message ID: @.***>

ssergorp commented 2 years ago

There's still no sublist3r2.py file