We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227bb6d commit 9ce7868Copy full SHA for 9ce7868
os-agnostic/password-cracking/cracking-the-hashes.md
@@ -62,14 +62,23 @@ crunch
62
hashcat --outfile > $hash_file
63
```
64
65
-#### Online rainbow tables:
+## Online rainbow tables:
66
67
* https://crackstation.net/
68
* http://www.cmd5.org/
69
* https://hashkiller.co.uk/md5-decrypter.aspx
70
* https://www.onlinehashcrack.com/
71
* http://rainbowtables.it64.com/
72
* http://www.md5online.org
73
+* https://www.cmd5.org/
74
+* http://hashes.org
75
+* https://gpuhash.me/
76
+* https://crack.sh/
77
+* https://hash.help/
78
+* https://passwordrecovery.io/
79
+* http://cracker.offensive-security.com/
80
+* https://md5decrypt.net/en/Sha256/
81
+* https://weakpass.com/wordlists
82
83
## Hashcat Cheatsheet <a id="hashcat-cheatsheet"></a>
84
0 commit comments