Hi, i am recently working on a php/curl bot..which needs to handle captchas as well..so i am looking a way to integrate some captcha breaking services with the script..is it a good idea? What service will you suggest me to integrate? Thanks
i didnt asked ethically or morally.. i asked in this situation if i want the script to continue opting for a captcha breaker service will be a good idea or not..or is there some alternative
if it's in php captcha's usually use sessions to create a random alphanumeric code, if you can read the session(highly unlikely) then you have a chance, otherwise, i cant think of anything else, if there's a way to break captchas that easily, you wont see a lot of captcha's around
I second creativeGenius on that. Captchas are there for a reason. Of course you can break a very poor quality captcha. But then, most of them are pretty good by now.
Wasnt there a service called decaptcha or something? I tried to google it but the site i landed on seems down..
you have to wonder why the service they offer didnt last long... you dont even know if the service is using automated scripts or if they're using actual humans to input the codes manually (lol)
lol captcha is a turing test basically if you can beat it with a robot then go for it. Turing test is a test of whether AI will be able to comprehend difficult tasks that only humans can currently do. The more you train the robot, the better it becomes and the greater the need to make an even more powerful turing test.