Skip to content

Commit 8cd15f7

Browse files
committed
dynamic_64 HC + sample
1 parent 1b06ba0 commit 8cd15f7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

data/prototypes.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,9 +1734,12 @@
17341734
},
17351735
{
17361736
"john": "dynamic_64",
1737-
"hashcat": null,
1737+
"hashcat": 21400,
17381738
"extended": true,
1739-
"name": "sha256(sha256_raw($pass))"
1739+
"name": "sha256(sha256_raw($pass))",
1740+
"samples": [
1741+
"0cc1b58a543f372327aa0281e97ab56e345267ee46feabf7709515debb7ec43c"
1742+
]
17401743
},
17411744
{
17421745
"john": "dynamic_65",

docs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
- Add samples
5959
- sha1 / RIPEMD-160
6060
- Enhance regexp
61+
- sha256(sha256_raw($pass))
62+
- add HC
63+
- add sample
6164
- Hide some uncommon hash types (not removed but set as extended)
6265
- **CLI**:
6366
- **Now can read hash from STDIN**

0 commit comments

Comments
 (0)