Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mark39107pro opened this issue Mar 1, 2023 · 3 comments

Comments

@mark39107pro
Copy link

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
Copy link
Owner

R4yGM commented Mar 2, 2023

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
Copy link
Author

can you add it in the updates?

@R4yGM
Copy link
Owner

R4yGM commented Mar 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants