Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Type less captcha on /b/

Name: Anonymous 2011-03-03 4:30

I know, back to /b/ and stuff.

I tried to type two times the same captcha, changing the recaptcha id with firebug and it worked. So, with js and a php site, is possible to type 10 captcha and post 20 posts without typing them?
And it's possible to make a service like that?

And someone can write worst english?

Name: Anonymous 2011-03-03 4:53

>>1
With an userscript you change the recaptcha id to a known one stored inside a localStorage database or something and fill it with the working captcha. The ``database'' entry would be like {id: 'theid', captcha: 'the captcha'}. The ``send'' button is modified to first try all the database ids, deleting them when they fail. If all of them fail, it will reload a new captcha and ask the user to solve it, store it in the database, and send the message.

The interface should also have a button to allow the user to write the captcha by hand, to extend the captcha database and reduce the possibility of a failure.

Name: Anonymous 2011-03-03 4:54

>>2
Note that it would work with any recaptcha, not just on /b/.

Name: Anonymous 2011-03-03 5:43

>>3
No, just on 4chan because there is a key for generate recaptcha and for checking, so if you fill a captcha id in 4chan it will not work on another site.

Anyway i will try.

Name: Anonymous 2011-03-03 6:38

>>2
Each captcha is represented by a challenge, along with the appropriate solution (the response). As soon as Recaptcha registers that a captcha has been used, the challenge/response will become invalid. That is, you cannot post with the same captcha twice.

Also storing captchas in a database is pointless, as the challenge only remains valid for 15 minutes.

Name: Anonymous 2011-03-03 6:41

>>5
Then, what's the point in >>1? I don't understand.

Name: Anonymous 2011-03-03 6:43

>>6
He's probably retarded. If you don't believe me, you're free to experiment on this yourself.

Don't change these.
Name: Email:
Entire Thread Thread List