apptension /
developer-handbook
An opinionated guide on how to become a professional Web/Mobile App Developer.
Loading repository data…
Tom-Souillard / repository
A professional Python tool for performing brute force attacks on password-protected ZIP archives. Utilize powerful tools like John the Ripper and fcrackzip to efficiently crack ZIP file passwords. Includes comprehensive scripts and utilities for generating test archives and running brute force attacks.
Welcome to the zip_bruteforce_tool project. This professional-grade Python tool is designed to perform brute force attacks on password-protected ZIP archives using powerful tools like John the Ripper and fcrackzip.
Clone the repository:
git clone https://github.com/Tom-Souillard/zip_bruteforce_tool.git
cd zip_bruteforce_tool
Install the required dependencies:
pip install -r requirements.txt
Install fcrackzip and John the Ripper:
sudo apt-get install fcrackzip john
Generate a test ZIP archive with a known password:
python scripts/generate_test_archives.py
python scripts/run_fcrackzip.py path/to/your/test.zip
First, extract the hash from the ZIP file:
python scripts/extract_zip_hash.py path/to/your/test.zip
Then, run John the Ripper:
python scripts/run_john.py zip_hash.txt
Run unit tests to ensure the tool works correctly:
pytest
For detailed usage and customization instructions, please refer to the documentation.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
Contributions are welcome! Please read the CONTRIBUTING guidelines before submitting a pull request.
Bienvenue dans le projet zip_bruteforce_tool. Cet outil Python de qualité professionnelle est conçu pour effectuer des attaques par brute force sur des archives ZIP protégées par mot de passe en utilisant des outils puissants comme John the Ripper et fcrackzip.
Cloner le dépôt :
git clone https://github.com/Tom-Souillard/zip_bruteforce_tool.git
cd zip_bruteforce_tool
Installer les dépendances requises :
pip install -r requirements.txt
Installer fcrackzip et John the Ripper :
sudo apt-get install fcrackzip john
Générer une archive ZIP de test avec un mot de passe connu :
python scripts/generate_test_archives.py
python scripts/run_fcrackzip.py path/to/your/test.zip
Tout d'abord, extraire le hash du fichier ZIP :
python scripts/extract_zip_hash.py path/to/your/test.zip
Ensuite, exécuter John the Ripper :
python scripts/run_john.py zip_hash.txt
Exécuter les tests unitaires pour s'assurer que l'outil fonctionne correctement :
pytest
Pour des instructions détaillées sur l'utilisation et la personnalisation, veuillez consulter la documentation.
Ce projet est sous licence Apache License 2.0. Voir le fichier LICENSE pour plus de détails.
Les contributions sont les bienvenues ! Veuillez lire les lignes directrices de CONTRIBUTING avant de soumettre une demande de tirage.
Selected from shared topics, language and repository description—not editorial ratings.
apptension /
An opinionated guide on how to become a professional Web/Mobile App Developer.
Ly0n /
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
jainaman224 /
A comprehensive resource for learning and implementing algorithms and data structures. This repository includes detailed notes, complexity analysis, and code examples in C++, Java, Python, and more. Ideal for students, professionals, and those preparing for coding interviews.
valeman /
A professionally curated list of awesome Conformal Prediction videos, tutorials, books, papers, PhD and MSc theses, articles and open-source libraries.
google /
Google IT Automation with Python Professional Certificate - Practice files
souvikmajumder26 /
⚕️GenAI powered multi-agentic medical diagnostics and healthcare research assistance chatbot. 🏥 Designed for healthcare professionals, researchers and patients.