File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Precomputed Hash Tables
2+ These are series of pre computed hash tables similar but not rainbow tables as they are forged differently
3+ ```
4+ Example
5+ crackware -r --hash=sha256 3700adf1f25fab8202c1343c4b0b4e3fec706d57cad574086467b8b3ddf273ec
6+ crackware -r --hash=sha512 fb997d5c01ebcf962d820b3b0e7f8bfeeb7f4bd337cc83682f2af90d252c20c5d85744b7c6bb94f48139f690a61e4ad317d6107e4310efc016d9287266b5172b
7+ #Output is password12345
8+ Another Example
9+ crackware -r --hash=sha384 0fa76955abfa9dafd83facca8343a92aa09497f98101086611b0bfa95dbc0dcc661d62e9568a5a032ba81960f3e55d4a
10+ crackware -r --hash=490c161444dcd7f4b3916833377c0a55
11+ #Output is 12345
12+ Example 3
13+ crackware -r --hashfile=sha384file db2a301927bc0fbe3d36f2739527be7b55a6937135ab0e1f99eb4f3e3c5450ccb3173d9322a077f3b091408e436596bd
14+ ```
You can’t perform that action at this time.
0 commit comments