pdfcrack

pdfcrack is a tool used to crack encrypted PDFs using a wordlist.

Usage

Usage: pdfcrack -f filename [OPTIONS]

optiondescription
-b, --benchperform benchmark and exit
-c, --charset=STRINGUse the characters in STRING as charset
-w, --wordlist=FILEUse FILE as source of passwords to try
-n, --minpw=INTEGERSkip trying passwords shorter than this
-m, --maxpw=INTEGERStop when reaching this password length
-l, --loadState=FILEContinue from the state saved in FILENAME
-o, --ownerWork with the owner password
-u, --userWork with the user password (default)
-p, --password=STRINGGive user password to speed up breaking owner password (implies -o)
-q, --quietRun quietly
-s, --permutateTry permutating the passwords (currently only supports switching first character to uppercase)
-v, --versionPrint version and exit