An open API service indexing awesome lists of open source software.

https://github.com/galihap76/python-script-to-crack-pdf

Small python script to crack pdf.
https://github.com/galihap76/python-script-to-crack-pdf

brute-force bruteforce-password-cracker crack-pdf python-script python3

Last synced: 12 months ago
JSON representation

Small python script to crack pdf.

Awesome Lists containing this project

README

          

# Small Python Script To Crack PDF
I build small python script to crack PDF use method brute force i know this method not recommend because this method need a wordlist and take long time. I use a library pikepdf and programming language python.

# Install
```
git clone https://github.com/galihap76/python-script-to-crack-pdf.git
cd python-script-to-crack-pdf
pip install -r requirements.txt
```

# Usage
```
python3 main.py -c example.pdf
```

# Example Crack PDF
```
C:\Users\galihap\Documents\crack pdf>main.py -c tes.pdf
Crack PDF: 5%|███▌ | 268/5001 [03:36<1:05:47, 1.20it/s]
[+] Password found : doakanguelulus
```

# Library
- Pikepdf