Skip to content

Commit

Permalink
fix CRC32
Browse files Browse the repository at this point in the history
fix #28
  • Loading branch information
noraj committed Jun 21, 2021
1 parent 92b5ec8 commit 771d2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/prototypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
]
},
{
"regex": "^(\\$crc32\\$[a-f0-9]{8}.)?[a-f0-9]{8}$",
"regex": "^(\\$crc32\\$)?([a-f0-9]{8}.)?[a-f0-9]{8}$",
"modes": [
{
"john": "crc32",
"hashcat": null,
"hashcat": 11500,
"extended": false,
"name": "CRC-32"
}
Expand Down

0 comments on commit 771d2e5

Please sign in to comment.