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.
- Host: GitHub
- URL: https://github.com/galihap76/python-script-to-crack-pdf
- Owner: galihap76
- Created: 2022-02-27T15:14:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T04:40:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T15:47:56.472Z (about 1 year ago)
- Topics: brute-force, bruteforce-password-cracker, crack-pdf, python-script, python3
- Language: Python
- Homepage:
- Size: 41.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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