Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Bypassing Captchas - In Theory filter_list
Author
Message
Bypassing Captchas - In Theory #1
I heard of this spamming program called Xrumer which has the ability to bypass multiple types of captchas by some weird-ass algorithm (not OCR).

Can anyone break this down and (maybe) explain how exactly this works?

Reply

RE: Bypassing Captchas - In Theory #2
Ironic, because I finished a forum registration program a while back for MyBB. Now I just need to make it for spamming. Tongue
[Image: 7ajmN5P.jpg]

Telegram: Oni_SL (Link)

Reply

RE: Bypassing Captchas - In Theory #3
(10-12-2013, 08:35 PM)Oni Wrote: Ironic, because I finished a forum registration program a while back for MyBB. Now I just need to make it for spamming. Tongue

Does it bypass the default MyBB captcha and those spambot questions?

And what language is it coded in? Pls be PHP Sarcasm

Reply

RE: Bypassing Captchas - In Theory #4
Probably just predicts it, or has a massive DB of IDs and their associated letters.

Reply

RE: Bypassing Captchas - In Theory #5
I would love a way to bypass captchas.

It would save me 20.
[Image: tenor.gif]

🍫  πŸ¬Β πŸŽ€

Reply

RE: Bypassing Captchas - In Theory #6
There are cases they really are needed (http://tinyurl.com/qhx2spm).
[Image: R5aCcWV.png]

Reply

RE: Bypassing Captchas - In Theory #7
(10-13-2013, 10:01 AM)cressi97 Wrote: There are cases they really are needed (http://tinyurl.com/qhx2spm).

How I wish there was a facepalm smiley installed right now.

Reply

Bypassing Captchas - In Theory #8
You could use a image to text API which theoretically will display what is written in plaintext.
#MakeSinisterlySexyAgain

Reply

RE: Bypassing Captchas - In Theory #9
Just found out, Xrumer uses a complicated algorithm OCR thingy called averaging, which reduces distortion and noise in the CAPTCHA image, then simply uses a basic OCR algorithm to decode. Says it takes less than 1.5 seconds on average. O_o

Reply

RE: Bypassing Captchas - In Theory #10
There's a trick with certain CAPTCHA implementations that's similar to a replay attack. Save a PHPSESSID cookie and a solved CAPTCHA and some software will let you resubmit these, but only if they create a new session for each CAPTCHA and don't destroy them.

Example: older versions of the Kusaba X imageboard
It's not the only thing vulnerable to this trick.

(10-13-2013, 09:23 PM)Ominous Wrote: Just found out, Xrumer uses a complicated algorithm OCR thingy called averaging, which reduces distortion and noise in the CAPTCHA image, then simply uses a basic OCR algorithm to decode. Says it takes less than 1.5 seconds on average. O_o

This only works to a certain extent. CAPTCHA technology evolves specifically to defeat OCR, which is why you see distortions and real-world images (in ReCAPTCHA's case) being used now. Google actually heads up their own OCR as well as the reCAPTCHA system. They're (unofficially) at constant war with themselves for the greater good.
Check it out at https://code.google.com/p/tesseract-ocr/


Can we change this thread's name from "In Theory" to "In Practice" now?
Thanks.

(10-12-2013, 08:37 PM)Ominous Wrote: Does it bypass the default MyBB captcha and those spambot questions?

And what language is it coded in? Pls be PHP Sarcasm
The "spambot questions" or "textCHAs" are a little weird, but with a program capable of processing natural language, most of them aren't actually difficult. It's just something we're not used to yet.
(This post was last modified: 10-14-2013, 02:42 AM by Reiko.)
PGP
Sign: F202 79C9 76F7 40BB 54EC 494F 5DEF 1D70 14C1 C4CC
Encrypt: A5B3 1B21 55E1 80AF 4C6E DE83 467B 8EFC 3DEE 681C
Auth: CD55 E8A5 1A08 2933 8BA6 BC88 D81F 1943 739A 3C47

Reply







Users browsing this thread: