TEST - my 1st Captcha Solver

a captcha breaker doesnt have to be 99.999999999% accurate..

it can be 50% accurate... just run twice as many queries..

with multi threading its not a big deal..

now if you were PAYING per ATTEMPTED solution, then YES it becomes a problem.

not to say its all wrong but i want you to succeed having one wrong is how you get screwed, a program like this has to be dead on 99.8% of the time, were talking heavy sentencing because your code left remnants of itself and i may be trying to be anonymous, i cant trust it right now and I hope this constructive criticism isnt taken out of context as I want all BHW members to use caution and be stealtthy when they need to be....furthermore as I said this program isnt ready and you should have the integrity to share accurate info with non-coders, this is their life
 
I'm just saying.. he just started it Sunday, you can't expect it to me 99.8% dead on off the bat. That is why he is working on it to make it better. As I've been seeing, it's improved drastically since the first runs, and now it's pretty darn accurate for such a small amount.
As he keeps working on it, it will only get better. It's not like he's trying to sell this how it was when he first coded it.

and BTW, no I don't believe wall street are our best friends ;)

not to say its all wrong but i want you to succeed having one wrong is how you get screwed, a program like this has to be dead on 99.8% of the time, were talking heavy sentencing because your code left remnants of itself and i may be trying to be anonymous, i cant trust it right now and I hope this constructive criticism isnt taken out of context as I want all BHW members to use caution and be stealtthy when they need to be....furthermore as I said this program isnt ready and you should have the integrity to share accurate info with non-coders, this is their life

Agreed.

a captcha breaker doesnt have to be 99.999999999% accurate..

it can be 50% accurate... just run twice as many queries..

with multi threading its not a big deal..

now if you were PAYING per ATTEMPTED solution, then YES it becomes a problem.
 
Thank you for all the feedback guys. I'd like it if you would be so kind as to post the results you get in the thread. This way I would have a better understanding of the failures I'll have to concentrate on.
 
a captcha breaker doesnt have to be 99.999999999% accurate..

it can be 50% accurate... just run twice as many queries..


It is not quite that easy. Look up compound probability of independent events. At 50% probability, 2 queries would have a 75% success rate.
 
Ran it again...
It got 8/10 again, but this time it confused a y for a v
and the second time it had ?=4
 
Good work.. Get things working even better, get some others in there and offer a service like
Code:
http://captchasniper.com/
 
Great work, about ~60% accurate, which is very good. Do you think you are going to release it so a user can upload an image and it can solve it? Thanks.
 
Great work, about ~60% accurate, which is very good. Do you think you are going to release it so a user can upload an image and it can solve it? Thanks.


I think I will, but first I need to cover more captchas :D
 
Back
Top