How to Crack Pdf in Python

Jul 7, 2015 03:58 AM
635718124751839447.jpg

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"

635718124751839447.jpg

If program didn't find password it'll print on screen

"- Password not found"

635718126478087337.jpg

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

635718128433306120.jpg

If you have any question or comments please let me known

ohh Almost i forgot..here is my program

Comments

No Comments Exist

Be the first, drop a comment!