Any Captcha breaking software that just breaks captchas (automated, not like decaptcher)

madblacker

Regular Member
Joined
Nov 2, 2009
Messages
293
Reaction score
37
I understand that Xrumer is one of the best automated posting tools because of its strong automated captcha breaker... this would be the main feature I am interested in as I can create my own scripts to do the rest.. does anyone know of specific tools that are just good at doing catpchas (so they are cheaper than xrume), I know about the captcha services and they are good when needed but I would think there would be scripts for breaking some of the older captchas, I saw one called pwtcha or something like that but its pretty old from what I could tell.
 
If you can code a application to read images and transfer image-text to text-text, then yeah it's totally possible, but the whole idea of catchpas is to prevent this from happening, which makes it very hard.
 
I can code custom captcha breaker.

Currently have plentyoffish (pof.com) registration and message captcha breakers.
Reg captcha is breaked in 99.99% cases :D
Msg captcha is beraked in 70-80% cases. Will check again if necessary.

Also I was working on recaptcha breaking and last time had 15-25% success.

I code Windows applications only so you will need Windows PC to use my software.
 

Not at all. The tricky thing about captcha solving is not ocr (gocr, tesseract, neural networks) but segmentation. (You might want to read my old theads about captcha solving).

Plus, for some forum software, a captcha cracker for the default captcha is already available publicly.

I have my own phpbb reg and post bot, was not too much work. If you are a experienced coder and want to clone XRumer functionality: this is completely doable.
 
I want to make my own software that can make use of captcha breaking capabilities, but I don't trust xrumer to do the other things, like posting to forums, as I have heard it leaves trails, I know plenty about software development and want to make sure that it is not leaving trails.
 
Let's keep it civil here. coooookies is completely right. There are a ton of OCR libraries out there. The trick is finding the proper tolerances for each application of an OCR mechanism. xRumer was one of the first apps to put a bunch of these into place, but they aren't doing anything that people haven't done for years.

Check out this post at BlueHatSEO for some very straightforward information on one particular methodology with code examples using the ImageMagick library, GOCR, C++, and PHP.
 
I understand that Xrumer is one of the best automated posting tools because of its strong automated captcha breaker... this would be the main feature I am interested in as I can create my own scripts to do the rest.. does anyone know of specific tools that are just good at doing catpchas (so they are cheaper than xrume), I know about the captcha services and they are good when needed but I would think there would be scripts for breaking some of the older captchas, I saw one called pwtcha or something like that but its pretty old from what I could tell.

i have orc serwer write in asembler .
i can decode 100 , 1000 captchas per seconds .
if captcha is easy or medium .
if you can segmentacion Letters of recaptcha images - a can learn my orc solve recaptcha .

i can write DLL-libraries for xrumer to use my orc serwer
 
my ocr can decode this captchas http://qwerty10.awardspace.com/sample2.html

Is it possible to connect the xrumera by captcha-bot api to my serwer .

i write sample serwer .
 
Hi Guys,

I have a project which needs Captcha breaking, is there anyone willing to work on this project ? The term of the project can be discussed.

Please send me a message if your interested.
 
i have orc serwer write in asembler .
i can decode 100 , 1000 captchas per seconds .
if captcha is easy or medium .
if you can segmentacion Letters of recaptcha images - a can learn my orc solve recaptcha .

i can write DLL-libraries for xrumer to use my orc serwer

Does it autodetect what algorithm to use? I mean does it know by itself which type of captcha you want to break or you have to tell it?
 
I use custom algorithm - one algorithm for one captcha type . i can decode captcahs phpbb2 , phpbb3 , smf1 , gallery3 , xoops , if i have time i can write ocr for punbb , mybb , phpfusion3 and deflaut smf2
 
i think someone should make a Firefox add-on with captcha breaking.
 
I think there was a Firefox add-on called Captcha Killer in the past but their website is down and when I was searching for it in the past I could not find any working download links for it.
 
search for uncaptcha.coder. This guy makes a lot of ocr plugin for xrumer.



He made at least 5 to me.
 
Back
Top