A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

A bot that fills out Capcha [Successful]

626 views · started by Raivu ·
#1
A bot that fills out Capcha [Successful]
If you'd like proof go to download anything from megaupload with the "SkipScreen" firefox add-on.

I don't know how it does it, but it fills in the capcha for all the downloads itself. If anyone can pick away at this addon and figure it out, that'd be awesome
#2
It's really hard to explain but I know how it is done. Reads the image pixel for pixel and gets I would guess all the black pixels which are the letters and creates the text from them. That or the Captcha text is stored some where within the image.
#3
Chad wrote:
It's really hard to explain but I know how it is done. Reads the image pixel for pixel and gets I would guess all the black pixels which are the letters and creates the text from them. That or the Captcha text is stored some where within the image.


That's what I"m guessing. The capcha has a code in it that's the correct number (or sequence of numbers) as the picture, hence why it's able to tell whether or not you got it right.
But how do you pull that nifty function out of a capcha?
#4
Raivu wrote:
That's what I"m guessing. The capcha has a code in it that's the correct number (or sequence of numbers) as the picture, hence why it's able to tell whether or not you got it right.
But how do you pull that nifty function out of a capcha?


.-. Yes, but it contains a MD5 hash. And it can only be de-coded on the server it originated from. Unless you could manage to figure out the rainbow tables they are using. The only way to de-code it on your computer would be through image recognition. Or if they where stupid enough to not encrypt the string that it matches to.
#5
It's encrypted. Find out what it's encrypted by, decrypt, and you got a code.
#6
That would be awesome if someone could add that kind of thing to a gaia cracker, it would make things so much easier
#7
might be a stupid question, i dont know a lot about programming, bu what would happen for pages that didnt have a captcha, would that cause it to insert extraneous characters as if it tried to complete a captcha?