WebVisum + FireFox = Perfect OCR

aмillionaírе

Power Member
Joined
Apr 20, 2008
Messages
531
Reaction score
365
WebVisum is a unique browser add on which greatly enhances web accessibility and empowers the blind and visually impaired community by putting the control in your hands! Its aim is to allow you to better enjoy surfing the net and be significantly less dependent upon outside help. Now available in English, German, Russian, Italian and Slovak! We're looking for volunteers to help us translate to more languages, contact us if you can help!

Just a few exciting features that we already offer:

* Community driven tagging and page enhancements.
* Automated and instant CAPTCHA image solving, sign up to web sites and make forum posts and blog comments without asking for help!
* Built in helper functions for easier page navigation and less confusion.
* Numerous under the hood page tweaks designed to help screen reader users.
* Visually Impaired users benefit from features such as high contrast page viewing, link and focus highlighting, and more.


Works with Google, Myspace, Youtube, tested. 100% accuracy

hxxp://www.webvisum.com/
 
Last edited:
.... it worked with every captcha i've tried, can be used in association with php account creation scripts.... such as

hxxp://www.esrun.co.uk/blog/gmail-account-creator-gac/

to create gmail accounts on the fly
 
Will be fun to see if you can rip out the captcha solving mod :-) will maybe try tonight
 
It cracks google mail and a few other sites that I have tried it with,

I did want to show you it cracking gmail but it only breaks 10 captcha's a day.
Funny thing is there sign up for is not protected, so you could create a large amounts of accounts to rotate.








There FAQ must be out dated as it works pretty well. It uploads the image as a base64 string to a webservice and then when it has cracked it alerts you and puts it in the clipboard.
 
Seriously, this can read Google Captcha's - I wouldnt have thought that was possbile for standard OCR. Man, things must have improved recently. This could change the game!
 


It gunzips the image and then uploads it to the server and is given a unique hash. It then polls the server waiting for the server to finish the OCRing and breaking of the captcha


<?xml version="1.0" encoding="UTF-8"?>
<result method="captcha.result" status="ok" message="0">
<hash>d3a9c40ee8cd77d9d34786e8b9b87e13</hash>
<text></text>
<eta>5</eta>
</result>

Eg 5 seconds left to crack the image

And in 5 seconds the result will be returned back

<?xml version="1.0" encoding="UTF-8"?>
<result method="captcha.result" status="ok" message="0">
<hash>d3a9c40ee8cd77d9d34786e8b9b87e13</hash>
<text>cogisgro</text>
<eta>0</eta>
</result>

If any one wants my sniffer logs let me know as they are a bit big to post here but are quite interesting :-)
 
JohnDoe what soft do you use for the sniffing?

Nice find nirvana, Now to see if I code something that associates them automatically. :)
 
You can use wireshark but for pure http traffic you would be best off with a product called
"IEInspector" you will need to get the standalone version so you can stuff any program rather than the intergrated IE version.

Let me know if you need a key once you get it I will send you log file as it makes it so easy to view what's going on.
 
anyone have invites to this? This looks very useful. I'll pay for an invite or if your a cool bh member, you could send me one for free :)
 
Last edited:
There's a better solution than webvisum, try to google for captchamonster
And you don't need any invitation to this
 
Back
Top