HardLettuce
Newbie
- Dec 16, 2009
- 11
- 3
I am working on a project and I am in a need of a PHP captcha bypasser, if there is such a thing.
I know PHP has various image functions, but I don't know where to begin.
Of course, it would be much easier to send a get/post request to an external source such as a website and provide the dynamic image URL to solve it but I don't want to depend on services such as captchakiller. Besides, I don't want to pay for that service either.
If anyone knows any captcha-solving websites or perhaps some PHP functions that could "compare" images, deformed images, including tolerance, etc.
Any suggestions would be appreciated.
HardLettuce
I know PHP has various image functions, but I don't know where to begin.
Of course, it would be much easier to send a get/post request to an external source such as a website and provide the dynamic image URL to solve it but I don't want to depend on services such as captchakiller. Besides, I don't want to pay for that service either.
If anyone knows any captcha-solving websites or perhaps some PHP functions that could "compare" images, deformed images, including tolerance, etc.
Any suggestions would be appreciated.
HardLettuce