Skip to content

Commit

Permalink
PDF: new mode + enhancement
Browse files Browse the repository at this point in the history
fix #70
  • Loading branch information
noraj committed Jul 23, 2021
1 parent f86e405 commit 7fd349c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 13 additions & 1 deletion data/prototypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3148,7 +3148,19 @@
"john": "pdf",
"hashcat": 10500,
"extended": false,
"name": "PDF 1.4 - 1.6 (Acrobat 5 - 8)"
"name": "PDF 1.4 - 1.6 (Acrobat 5 - 8)",
"samples": [
"$pdf$2*3*128*-4*1*16*62888255846156252261477183186121*32*6879919b1afd520bd3b7dbcc0868a0a500000000000000000000000000000000*32*0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"john": "pdf",
"hashcat": 25400,
"extended": false,
"name": "PDF 1.4 - 1.6 (Acrobat 5 - 8) - edit password",
"samples": [
"$pdf$2*3*128*-3904*1*16*631ed33746e50fba5caf56bcc39e09c6*32*5f9d0e4f0b39835dace0d306c40cd6b700000000000000000000000000000000*32*842103b0a0dc886db9223b94afe2d7cd63389079b61986a4fcf70095ad630c24"
]
}
]
},
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- MongoDB ServerKey SCRAM-SHA-1 [#62][#62]
- MongoDB ServerKey SCRAM-SHA-256 [#62][#62]
- `sha1($salt.sha1($pass.$salt))` [#63][#63]
- PDF 1.4 - 1.6 (Acrobat 5 - 8) - edit password [#70][#70]
- Enhancements:
- DCC & DCC2:
- better description
Expand All @@ -28,6 +29,7 @@
- Telegram Desktop [#64][#64]
- Dahua [#68][#68]
- Microsoft Office 2016 - SheetProtection [#69][#69]
- PDF 1.4 - 1.6 (Acrobat 5 - 8) [#70][#70]
- Fixes:
- DCC & DCC2: correct JtR hash name [#57][#57]
- Chore:
Expand All @@ -44,6 +46,7 @@
[#64]:https://github.com/noraj/haiti/issues/64
[#68]:https://github.com/noraj/haiti/issues/68
[#69]:https://github.com/noraj/haiti/issues/69
[#70]:https://github.com/noraj/haiti/issues/70

## [1.2.0]

Expand Down

0 comments on commit 7fd349c

Please sign in to comment.