TEST - my 1st Captcha Solver

wickedguy

Supreme Member
Joined
Jul 22, 2009
Messages
1,407
Reaction score
1,388
Hi Guys

I know this might be not much, but it is my first captcha solver coded by myself.

I am VERY proud of it :) This is just the beginning for me, and I will surely take this further.

It is a PLIGG captcha solver. I would love it if you will take the time to play with it a bit and post your findings in this thread.

You can test it here: http://wpsynit.zar.vg/pligg/pligg_captcha/

Refresh the page each time for a new captcha :D:D:D
 
its is mistaking h for b, v for y, and z and y. But the rest are quite accurate.
 
Last edited:
Hi guys. Thank you! Could you please refresh the page a few times to see the different results?
 
I refreshed it twice and it was 100% accurate :)
Still it got few bugs, try to rectify it !

But appreciate your efforts dude :) Rep Given Just to Motivate ;)
 
as 2makemoney said couple letter errors also

number 2 came up with a ?

3 came up as an x

Where u see the question mark, is where the script can't figure out or cannot find a template match.
 
I refreshed it twice and it was 100% accurate :)
Still it got few bugs, try to rectify it !

But appreciate your efforts dude :) Rep Given Just to Motivate ;)

Thanks bud :D. I will surely improve on this. I have coded it in such a way that the script saves the unrecognized numbers to the database for later update :D

So it will improve over time ;)
 
hi guys, what's the direct link to google's captcha? I want to try it too :D
 
I think it's great. I refreshed 6 times and all come up with the correct letter and number. nice one
 
Here we go

attachment.php

How many times did you refresh it? :D I'll be VERY happy if it could solve at least 6/10 captchas for me. I coded it since this morning. Started at *am and it is now 3:30pm. Not bad heh? :D
 
tried it 21 times.

had issues decoding letter j and z beside each other and the number 9 in between letters

3 errors

qo99b6.png
 
Last edited:
bgg98z = hgg98z
mvvyk4 = mvdy2t
tx94n5 = t??4n55
zjn9p6 = zjn9p6
8n68vn = 8n68vn
 
I have a bit of experience in this field. We used Asprise and did all of the image editing in Java.

This is what we were solving:

21bixlk.jpg


28v51l3.jpg



Are you using Tesseract?
 
I'm not using any external libraries. I like to code my own stuff
 
Back
Top