This package provides tools for cracking password-protected ZIP and PDF files. It can use a word list for dictionary attacks or perform brute-force attacks based on specified character sets and password lengths.
-
To install this package, use pip:
pip install pypdfzipcrack
-
To Run This Tool Just Type :
pdfzipcrack
-
Zip Password Cracker:
- Dictionary attack using a word list file.
- Brute-force attack with customizable character sets (letters, numbers, special characters).
- Supports AES encrypted ZIP files.
-
PDF Password Cracker:
- Dictionary attack using a word list file.
- Brute-force attack with customizable character sets (letters, numbers, special characters).
Package Creator : Bhavya Padaliya
I'm a Currently Student And But Interested In Python Development
You Can Also Check My Other Works On My Github Profile :
This project is licensed under the MIT License. See the LISENCE.txt file for more details.
Contributions are welcome! Please fork the repository and submit a pull request.
If you have any questions or issues, please open an issue in the GitHub repository.
This package uses the following libraries: