[How-To]Bypass CAPTCHA with Python && Tesseract :D
Thursday, January 26th, 2012The captcha was death for spam bots.
Through the CAPTCHA is possible to make our applications more secure from spammers and bots.
Da wikipedia:
A CAPTCHA is a type of challenge-response test used in computing as an attempt to ensure that the response is generated by a person. The process usually involves one computer (a server) asking a user to complete a simple test which the computer is able to generate and grade. Because other computers are assumed to be unable to solve the CAPTCHA, any user entering a correct solution is presumed to be human. Thus, it is sometimes described as a reverse Turing test, because it is administered by a machine and targeted at a human, in contrast to the standard Turing test that is typically administered by a human and targeted at a machine. A common type of CAPTCHA requires the user to type letters or digits from a distorted image that appears on the screen.
An example:
Today we see how to bypass these protections :D







