Recaptcha OCR

Status
Not open for further replies.

dubz0r

Newbie
Joined
Jul 28, 2010
Messages
3
Reaction score
0
Hi
I have stumbled upon a free recaptcha ocr site.
You can upload a captcha and scrape the output for the result.
It works pretty good.
You might want to check it out to before recaptcha changes it again.

derecaptcha.dyndns. info:2000/Decoder.aspx

Not sure if this is the right section, if not please move it.

enjoy
 
for uploading captchas if needed coding then i think people not be interested.

all bots have decaptchar support, you may use decaptchar API and tell user: pass & server IP: port

i can send captcha right away.
 
Its not my site
I just use, I have coded it in my bots already.
Offcourse I can use decaptchar but I'm not gonna spend money when its running 24/7 ...
I have to many instances running of my bot, it would cost too much
 
you should look at Aforge, library for .net framework.. very useful
 
I tired find programmer can make bot for break Recaptcha... Someone can codec for me but him cost $5000 -__- very expensive
 
Help me with this code!
ka = function (a) {
ia();
var b = a[Symbol.iterator];
return b ? b.call(a) : ha(a)
}
ko = function (a, b, c) {
var d = ka(b);
b = d.next().value;
var e = d.next().value,
f = d.next().value;
d = d.next().value;
c = (c = void 0 === c ? {
}
: c) || {
};
c.c = a.T.l.value;
d && (c.bcr = d);
f && (c.chr = f);
b && (c.vh = b);
e && (c.bg = e);
(a = Rm(Om('cbr'), 1)) && (c.z = a);
return c
}
var Tn = function (a, b, c, d, e) {
b = void 0 === b ? null : b;
c = void 0 === c ? null : c;
d = void 0 === d ? null : d;
e = void 0 === e ? null : e;
mn.call(this, '/recaptcha/api2/reload', nn(Sn), 'POST');
ln(this, 'reason', a);
on(this, 'c', b);
on(this, 'bg', c);
d && pn(this, d);
on(this, 'dg', e)
};
 
Status
Not open for further replies.
Back
Top