1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: pdfcrack
Section: utils
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.2.1
Homepage: http://pdfcrack.sf.net
Vcs-Browser: https://salsa.debian.org/debian/pdfcrack
Vcs-Git: https://salsa.debian.org/debian/pdfcrack.git
Package: pdfcrack
Architecture: any
Suggests: pdf-viewer
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: PDF files password cracker
PDFCrack is a simple tool for recovering passwords from pdf-documents.
.
It should be able to handle all pdfs that uses the standard security handler
but the pdf-parsing routines are a bit of a quick hack so you might stumble
across some pdfs where the parser needs to be fixed to handle.
.
The main PDFCrack features are:
.
- Supports the standard security handler (revision 2, 3 and 4) on all known
PDF-versions.
- Supports cracking both owner and userpasswords.
- Both wordlists and bruteforcing the password are supported.
- Simple permutations (currently only trying first character as Upper Case).
- Save and load a running job.
- Simple benchmarking.
- Optimised search for owner-password when user-password is known.
.
This program can be used in forensics investigations or similar activities,
to legal password crack.
|