Skip to content

Commit

Permalink
Merge pull request #142 from roycewilliams/main
Browse files Browse the repository at this point in the history
update descrypt regex
  • Loading branch information
bee-san committed Nov 17, 2022
2 parents c8ecdbf + 2e4d4ec commit 8c833a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion name_that_hash/hashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class HashInfo:
],
),
Prototype(
regex=re.compile(r"^[a-z0-9\/.]{13}$", re.IGNORECASE),
regex=re.compile(r"^[a-z0-9\/.]{12}[.26AEIMQUYcgkosw]{1}$", re.IGNORECASE),
modes=[
HashInfo(name="DES(Unix)", hashcat=1500, john="descrypt", extended=False),
HashInfo(
Expand Down

0 comments on commit 8c833a0

Please sign in to comment.