Stay locked out no more! Built with Python, our Zip Password Cracker is dedicated to ethically recover lost or forgotten passwords of ZIP files. The tool not only underpins the significance of robust password practices but also accentuates the essentials of cybersecurity awareness.
~ By Oblivion Forgotten, an Ethical Hacker
Our Zip Password Cracker brings to the table a multitude of password regeneration techniques that cover all bases:
-
Brute-Force Attack: This attack strategy uses brute force to pinpoint potential password combinations, catering to your length specifications.
-
Dictionary Attack: This method utilizes a user-selected wordlist to unlock password recovery.
-
Hybrid Approach: This technique couples wordlist components with suffixes to unleash maximum potential in password generation.
-
Random Password Generation: Your password is decided by the draw of lots! Random passwords of user-defined lengths are generated.
-
Continuous Running: The program is designed to experiement with different combinations until the correct password is found. No more manual retries!
-
Picking Up GitHub Code: Clone our GitHub repository directly by entering the following in your terminal:
git clone https://github.com/ivanbg2004/zip-password-cracker.gitandcd zip-password-cracker. -
Installation: For Python package requirements, refer to the 'Installation' section below.
-
Running the Cracker: The password cracker can be initiated through the shell script using the command:
chmod +x scripts/run_cracker.shfollowed by./scripts/run_cracker.sh <path_to_zip_file> <max_length>. Substitute<path_to_zip_file>with the path to your locked ZIP file and<max_length>with the maximum password length you want to attempt.
Ensure that you have Python 3.x installed, and run the following commands:
python3 -m venv venv
source venv/bin/activate # ATENTION!!! If you are on Windows use `venv\Scripts\activate`
pip install -r requirements.txtNeed to add more features or found some bugs? Contributions are welcome! Feel free to open an issue if you find one or create a pull request.
If you encounter any problems or need help understanding the project, please open an issue. We'll be more than happy to assist you!
The Zip Password Cracker falls under the MIT License. For more information, refer to the LICENSE file.
Designed with insights from ethical hacking and cybersecurity research, we hope to make a meaningful contribution to the community. Remember, with great power comes great responsibility. This tool should be used ethically and responsibly.
This project evolved from a locally running successful program for the purpose of aiding users in the retrieval of forgotten zip passwords. Before being uploaded here, all files underwent some necessary editing for refinement and clarification; however, the essence and functionality of the program have been diligently preserved.
Best of luck in retrieving your lost passwords! In using this tool, we urge you to abide by a crucial guideline—only attempt to recover passwords for your own files. The illegitimate use of this tool for any other purpose, such as cracking others' passwords without explicit consent, is strictly prohibited and considered illegal.
Remember, as Spider-Man's Uncle Ben once said, "With great power comes great responsibility." Being our user, we trust you with this power to use our tool responsibly.
Looking forward to seeing you soon!
Best regards, Oblivion Forgotten - An Ethical Hacker, promoting responsible and ethical hacking.
PD: This file and comments were made with AI so I have to study and work. On my free time I was with the code and then I used AI to comment it and also do the README.md file.