This project is a simple PDF cracker. It is written in Python and uses the pikepdf
library.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them.
pip3 install -r requirements.txt
$ python3 pdf_crack.py -h
usage: pdf_crack.py [-h] [--save] [--wordlist WORDLIST]
[--start-year START_YEAR] [--end-year END_YEAR]
PDF_FILE
Crack PDF files using a wordlist of dates
positional arguments:
PDF_FILE PDF file to crack
optional arguments:
-h, --help show this help message and exit
--save Save decrypted PDF file
--wordlist WORDLIST Wordlist of dates to crack
--start-year START_YEAR
Start year of dates to crack
--end-year END_YEAR End year of dates to crack