https://github.com/r3li4nt/file-cracker
Crack password ZIP, RAR and PDF with dictionary.
https://github.com/r3li4nt/file-cracker
crack cracking dictionary-attack linux pdf python rar zip
Last synced: 7 months ago
JSON representation
Crack password ZIP, RAR and PDF with dictionary.
- Host: GitHub
- URL: https://github.com/r3li4nt/file-cracker
- Owner: R3LI4NT
- Created: 2021-11-25T01:24:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T14:00:03.000Z (over 2 years ago)
- Last Synced: 2023-10-05T00:51:13.603Z (over 2 years ago)
- Topics: crack, cracking, dictionary-attack, linux, pdf, python, rar, zip
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Crack password ZIP, RAR and PDF with dictionary.

### [EXAMPLE] Cracking PDF password:

#### Install:
```
• git clone https://github.com/R3LI4NT/File-Cracker
• cd File-Cracker
• pip3 install -r requirements.txt
• python3 file_cracker.py
```
#### Requirements:
```
zipfile
rarfile
pikepdf
tqdm
```