TimeCode
New Member
- Reaction score
- 1
- Location
- Pomona, CA
I just found this and thought you security guys and gals might be interested in it too.
https://github.com/juuso/BozoCrack
BozoCrack is a depressingly effective MD5 password hash cracker with almost zero CPU/GPU load. Instead of rainbow tables, dictionaries, or brute force, BozoCrack simply finds the plaintext password. Specifically, it googles the MD5 hash and hopes the plaintext appears somewhere on the first page of results.
In other words, simply Google your MD5 hash and there's a good chance that you'll be able to crack the password. Check out the examples that are on the page that I linked to.
https://github.com/juuso/BozoCrack
BozoCrack is a depressingly effective MD5 password hash cracker with almost zero CPU/GPU load. Instead of rainbow tables, dictionaries, or brute force, BozoCrack simply finds the plaintext password. Specifically, it googles the MD5 hash and hopes the plaintext appears somewhere on the first page of results.
In other words, simply Google your MD5 hash and there's a good chance that you'll be able to crack the password. Check out the examples that are on the page that I linked to.