USSCltd / dorks

google hack database automation tool
GNU General Public License v3.0
196 stars 54 forks source link

-t -T Options #7

Open MelissaMV opened 6 years ago

MelissaMV commented 6 years ago

Can you please give me an example how to apply this two options in a query thanks...

-t [msec] set timeout between query -T [msec] set captcha retry timeout

USSCltd commented 6 years ago

Hi. I don't sure what this tool still work... You may use following commands: phantomjs dorks.js ghdb -q apache -o temp.txt - we load something dorks phantomjs dorks.js google -D temp.txt -s "cnn.com" -t 10000 - and we send each question to google with 10sec interval. Likely you get captcha throught 10-15 queries phantomjs dorks.js google -D temp.txt -s "cnn.com" -T 60000 - we simply will wait 60sec if we get a captcha, because I presumed what google will forgot about block through something time. But it works very bad(

And I would recomend you another tool - "recon-ng" with third-party modules: https://github.com/s0i37/recon_ng/tree/master/modules/recon/domains-vulnerabilities Yahoo search system has query syntax more similar like google and has not a captcha.

MelissaMV commented 6 years ago

@USSCltd Thanks for your response and sharing this information :)