Linux : PDFCrack

PDFCrack is a GNU/Linux (other POSIX-compatible systems should work too) tool for recovering passwords and content from PDF-files. It is small, command line driven without external dependencies. The application is Open Source (GPL).

Features:

* 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 is supported
* Simple permutations (currently only trying first character as Upper Case)
* Save/Load a running job
* Simple benchmarking
* Optimised search for owner-password when user-password is known

Installation:

Install pdfcrack on Ubuntu

kartook@Nilas:~$ sudo aptitude install pdfcrack

Using PDFCrack:
Run a quick benchmark by entering the following at the command line:

kartook@Nilas:~$pdfcrack -b

Use pdfcrack to crack an encrypted pdf-file by typing:

kartook@Nilas:~$pdfcrack crack.pdf

2 thoughts on “Linux : PDFCrack

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.