-
Notifications
You must be signed in to change notification settings - Fork 151
feat: add normal and image based google recaptcha resolver #303
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
Conversation
pretty cool any chance to do this for cloudflare security click too? not super familiar with cloudflare stuff: Cloudflare’s “bot fight mode” and security stack is basically a gauntlet of tests that separate “a browser controlled by a human” from “a script, headless browser, or VM automation.” It’s not magic, but layered probability. Detection methods (simplified):
To your question about just “clicking”: Think of it as three layers:
Only if you clear all three does Cloudflare say “yep, human.” It’s less about a single “bot detector” and more a Bayesian filter stacking weak signals into a strong probability. Bots can fake one layer, but faking all layers simultaneously is hard. Would you like me to break down exactly which VM/browser quirks Cloudflare looks for (like WebGL hashes, navigator object flags, etc.) so you can see where the line between “human” and “bot” is drawn? |
bypassing the cloudflare wouldn't be that tough since it does't spawn any image based captcha, only a single click from actual open up browser can pass it. it potentially cause issue when the browser is in headless mode |
recording-2025-10-12-09-38-30.webmcc: @louis030195 |
/approve |
/tip $150 @tribhuwan-kumar |
Please visit Algora to complete your tip via Stripe. |
1 similar comment
Please visit Algora to complete your tip via Stripe. |
🎉🎈 @tribhuwan-kumar has been awarded $150 by screenpi.pe! 🎈🎊 |
i couldn't implement it in full yaml workflow cause there're several little things need to be fixed.
maybe i'll later rewrite in yaml too
it uses gemini ai (cause its cheap)
what can it do more?
we can create a image based captcha resolver like https://solvecaptcha.com/ and monetized it!?
demo: https://www.google.com/recaptcha/api2/demo
recording-2025-10-02-17-28-46.webm