So the word is out, captcha's are coming in 0.35.
If the captcha is a simple text based captcha (which it doesn't appear to be), it will be easily solvable by code.
If the captcha is recaptcha we have a bit more of a problem. Recaptcha uses many different forms of validation, which actually do a good job at stopping bots overtime. There may be a need for human verification.
I plan to solve this human verification issue, by taking a picture of the captcha, emailing it to the user, and having them click a link and solve the captcha. Upon solving the captcha through the email, my analyzer will then input the correct answer.
For this to run smoothly, the email should be connected up to your mobile phone to get quick notifications.
- Receive notification
- Solve captcha, and select solve button
- Captcha answer sent back
The process should take about a minute.
What do you guys think about solving the captcha in this manner if it is not solvable by code? Feel free to post up some better solutions to solving captcha's that are unsolvable by code.