TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cracking My Own Reddit Password

72 pointsby chjohasbrouckabout 8 years ago

8 comments

jedbergabout 8 years ago
Clickbait title much? This basically has nothing at all to do with reddit. You could replace the word reddit with Facebook in this article and it would be exactly the same.<p>That being said, it was pretty clever to take advantage of an enumeration attack on another service that wasn&#x27;t protecting against enumeration attacks on the feature because frankly, why would they?
评论 #14233188 未加载
Retr0spectrumabout 8 years ago
This sort of challenge comes up in CTFs quite often. Here&#x27;s a writeup of one from PicoCTF 2017 (not mine): <a href="https:&#x2F;&#x2F;github.com&#x2F;Caesurus&#x2F;PicoCTF2017&#x2F;tree&#x2F;master&#x2F;l3_noeyes" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Caesurus&#x2F;PicoCTF2017&#x2F;tree&#x2F;master&#x2F;l3_noeye...</a>
stu-harveyabout 8 years ago
Working link: <a href="https:&#x2F;&#x2F;medium.freecodecamp.com&#x2F;the-time-i-had-to-crack-my-own-reddit-password-a6077c0a13b4" rel="nofollow">https:&#x2F;&#x2F;medium.freecodecamp.com&#x2F;the-time-i-had-to-crack-my-o...</a>
hiisukunabout 8 years ago
Perhaps because I&#x27;m new to this stuff, I enjoyed the writeup. I wonder if I&#x27;m out of place expecting a single run through of a-z 0-9 to determine the range of chars present in the password?<p>It turns out (due to repeated chars) to only have 14 unique chars. This single run through would have reduced the alphabet size (A, in the article) from 36 to 14. The 432 iterations becomes 168.<p>I&#x27;m sure there are other optimisations I&#x27;m missing!
rocquaabout 8 years ago
It seems like an interesting complication here comes from the subject line. I idly wonder how to handle the case where the subject line had been much larger and had much overlap with the password.
kordlessabout 8 years ago
Considering how much effort this took, I&#x27;m wondering if learning to be more patient might also be an option?
snekabout 8 years ago
mfw already posted like two weeks ago
评论 #14233008 未加载
评论 #14233087 未加载
m0atzabout 8 years ago
This literally is fucking awesome.