Skip to content

PDFBrute can take a wordlist as a input and use it to bruteforce an encrypted PDF file password. It uses qpdf to achieve this.

Notifications You must be signed in to change notification settings

1337w0rm/pdfbrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PDFBrute

Build Status

PDFbrute is a shell script in which you can pass a wordlist and brute force an encrypted PDF file and get the password in plaintext.

Installation

PDFbrute requires qpdf to work.

Install the dependencies, give executable permission to the script and then run the shell script.

$ git clone https://github.com/1337w0rm/pdfbrute.git
$ cd pdfbrute
$ chmod +x pdfbrute.sh

Usage

$ ./pdfbrute wordlist.txt encrypted-pdf-file.pdf

Screenshot

screenshot.png

About

PDFBrute can take a wordlist as a input and use it to bruteforce an encrypted PDF file password. It uses qpdf to achieve this.

Topics

Resources

Stars

Watchers

Forks

Languages