random-robbie / google-dork

This will grab a random dork and then save the output to a text file
GNU General Public License v3.0
7 stars 4 forks source link

Why we are using Proxy here ? #1

Closed arbazkiraak closed 7 years ago

arbazkiraak commented 7 years ago

Hello Robbie ,

Just want to ask , why we are using proxy = "http://127.0.0.1:8080" Here for Dorking Result ? we can also process without proxy ,

I'm just curious to know the reason :)

Hope you don't mind Answering !

Thanks!

random-robbie commented 7 years ago

it's due to loads of dorking gets a 503 so i added an option for a proxy :)

arbazkiraak commented 7 years ago

You Mean to avoid That Google Captcha ?

random-robbie commented 7 years ago

yep as if you use inurl:"&" more than like 3 times it flakes out.

arbazkiraak commented 7 years ago

Thanks for Sharing Info !