dorkscout icon indicating copy to clipboard operation
dorkscout copied to clipboard

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

Open mark39107pro opened this issue 1 year ago • 3 comments

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

mark39107pro avatar Mar 01 '23 16:03 mark39107pro

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.

R4yGM avatar Mar 02 '23 14:03 R4yGM

can you add it in the updates?

mark39107pro avatar Mar 08 '23 18:03 mark39107pro

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

R4yGM avatar Mar 08 '23 20:03 R4yGM