-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Captcha screen - App update 1.5.0 #4671
Comments
This is not confirmed yet, is it ? If is real, this will be a pain in the ass :\ |
It can only be used to register player? |
Any screenshots with captchas from app? |
the diff from the andriod app shows recaptcha and web browser to support it included. :'( |
So it sounds like any server response may come with a captcha challenge request.. all further actions prohibited until a valid response is sent.. If the challenge is only triggered from 'abnormal' behavior, the goal of the bot going forward should be preventing the captcha challenge request rather than cracking the captcha (but that's pretty obvious?). For that.. we'd need to be able to solve the captchas when they arise through the bot.. spawning some browser window with the captcha script, collecting the hash and attaching to the response. Recaptcha uses the hash and the remote IP to validate -- since we'd solve it on the same machine as the bot, the IP would match. |
On the good side, we'll now determine what specific behavior will trigger suspicious activity :) |
@k4n30 We'll be needing an issue for this as soon as they activate that portion of code. |
Agreed, but right now it's not an issue with the bot, and will only get lost if it remains open until it becomes an issue. Could be a feature request though :p |
I'm fine with that. 👍 |
http://pokemongohub.net/captcha-game-pokemon-go-bots-trackers/
As soon as the game detects abnormal player behaviour, the player is prompted with a simple captcha screen.
The text was updated successfully, but these errors were encountered: