Forum Thread: How to Crack Pdf in Python

Hi guys :) I wrote small python script which try to crack pdf file
I would like to share with you.

This program is write in python version 3 and you need PyPDF2 library to be enable to use it.Those library can easy download with command:

pip3 install PyPDF2 or pip install PyPDF2.It depends if you still using python2.

How to Use Program

Using this program is very simple.
./pdfCracker.py -f name_of_pdf -w wordlist

At first program check if pdf is encrypted.If not it simply print on screen "No password"

If program didn't find password it'll print on screen
"- Password not found"

And finally when program find password it'll print on screen

If you have any question or comments please let me known
ohh Almost i forgot..here is my program

pdfCracker.py

Be the First to Respond

Share Your Thoughts

  • Hot
  • Active