Breaking the Silk Road's Captcha
11–20 of 20 posts
Re: Breaking the Silk Road's Captcha
#12Re: Breaking the Silk Road's Captcha
#13Why wouldn't you just pay a captcha breaking service to get a near-100% success rate? Less noticable for botting and $10 will buy you around 10k captchas on antigate or deathbycaptcha. Don't really need to log in and out that much, so that'd probably be plenty.
Re: Breaking the Silk Road's Captcha
#14https://github.com/dawjan/Open_Me/tree/master/Captcha%20Crac...
Also /.. is php tor
Re: Breaking the Silk Road's Captcha
#15This a great writeup and super easy to follow along with. The figures are really nice! One observation: training a neural net to classify segmented characters is probably overkill. The author observed that the font never changed, but never ended up exploiting this fact. After the very effective preprocessing, thresholding, etc the characters are almost identical to the 'average' representations the author generated!…
Agreed! Also, given the successful character extraction, and the knowledge that (1) the font doesn't change, and (2) they're just translated and rotated, I think performing those operations on the individual characters could've yielded a pretty perfect success. Simply try a whole bunch of shifts and rotations on a given character until it matches a reference, almost exactly.
In retrospect, I'm sure there was a good deal of more focused, surgical solutions that'd save some overhead.
Re: Breaking the Silk Road's Captcha
#16This a great writeup and super easy to follow along with. The figures are really nice! One observation: training a neural net to classify segmented characters is probably overkill. The author observed that the font never changed, but never ended up exploiting this fact. After the very effective preprocessing, thresholding, etc the characters are almost identical to the 'average' representations the author generated!…
Re: Breaking the Silk Road's Captcha
#17This is one of the unfortunate "math favors the bad guy" consequences in a lot of anti-abuse filtering tasks. (Anti-spam research has similar problems, which is why the main innovation wasn't making filters better but radically increasing the cost of getting caught, via burning the reputation of the offending IP. IP addresses are a lot more expensive to acquire in quantity than packets.)
Re: Breaking the Silk Road's Captcha
#18Re: Breaking the Silk Road's Captcha
#19Re: Breaking the Silk Road's Captcha
#20Why wouldn't you just pay a captcha breaking service to get a near-100% success rate? Less noticable for botting and $10 will buy you around 10k captchas on antigate or deathbycaptcha. Don't really need to log in and out that much, so that'd probably be plenty.
What a question to ask on HN of all places.