Skip to content

Commit

Permalink
Add Juniper IVE hash ID from hashcat wiki example
Browse files Browse the repository at this point in the history
Fixes Issue psypanda#26
  • Loading branch information
usefulz authored Feb 11, 2018
1 parent 7e8473a commit a342073
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hashid.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,12 @@
Prototype(
regex=re.compile(r'^\$pdf\$[24]\*[34]\*128\*[0-9-]{1,5}\*1\*(16|32)\*[a-f0-9]{32,64}\*32\*[a-f0-9]{64}\*(8|16|32)\*[a-f0-9]{16,64}$', re.IGNORECASE),
modes=[
HashInfo(name='PDF 1.4 - 1.6 (Acrobat 5 - 8)', hashcat=10500, john='pdf', extended=False)])
HashInfo(name='PDF 1.4 - 1.6 (Acrobat 5 - 8)', hashcat=10500, john='pdf', extended=False)]),
Prototype(
regex=re.compile(r'^3u\+U[A-Za-z0-9+/=]+$'),
modes=[
HashInfo(name='Juniper IVE', hashcat=501, john=None, extended=False)])

]


Expand Down

0 comments on commit a342073

Please sign in to comment.