We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b06ba0 commit 8cd15f7Copy full SHA for 8cd15f7
data/prototypes.json
@@ -1734,9 +1734,12 @@
1734
},
1735
{
1736
"john": "dynamic_64",
1737
- "hashcat": null,
+ "hashcat": 21400,
1738
"extended": true,
1739
- "name": "sha256(sha256_raw($pass))"
+ "name": "sha256(sha256_raw($pass))",
1740
+ "samples": [
1741
+ "0cc1b58a543f372327aa0281e97ab56e345267ee46feabf7709515debb7ec43c"
1742
+ ]
1743
1744
1745
"john": "dynamic_65",
docs/CHANGELOG.md
@@ -58,6 +58,9 @@
58
- Add samples
59
- sha1 / RIPEMD-160
60
- Enhance regexp
61
+ - sha256(sha256_raw($pass))
62
+ - add HC
63
+ - add sample
64
- Hide some uncommon hash types (not removed but set as extended)
65
- **CLI**:
66
- **Now can read hash from STDIN**
0 commit comments