R4yGM / dorkscout

DorkScout - Golang tool to automate google dork scan against the entiere internet or specific targets
https://r4ygm.github.io/dorkscout/
Apache License 2.0
232 stars 26 forks source link

#Google started blocking your requests but dorkscout will keep making requests #4

Open mark39107pro opened 1 year ago

mark39107pro commented 1 year ago

is there any way to fix like sometimes changing wifi router accesspoints it works but then also it detects me as bot running the script longer also shows the same issue on dorkscout for blackarch

R4yGM commented 1 year ago

you must use proxies to avoid getting blocked by google, other than proxies there is no way you could escape this block wich is made by the captcha, you could use the -x option to add a proxy (for example i suggest the tor proxy wich rotates proxies, -x socks5://127.0.0.1:9050) or use some some other proxy rotation tool such as proxychains or graftcp, you would still probably see again error messages, but dorkscout retries the request using the new ip address given by the proxy rotation tool you are using, so that's why if you see a lot of errors on the console.

mark39107pro commented 1 year ago

can you add it in the updates?

R4yGM commented 1 year ago

what? there is already the feature for proxies, use -x option when running scan command, like in this example : dorkscout scan -d="/dorkscout/Sensitive Online Shopping Info.dorkscout" -H="/dorkscout/a.html -x socks5://127.0.0.1:9050" this command makes dorkscout to connect to the tor proxy which is 127.0.0.1:9050, alternatively you can use other tools that i listed in the message before