https://github.com/blazeinferno64/zip-cracker
Program to crack password protected zip files with brute force
https://github.com/blazeinferno64/zip-cracker
blazeinferno64 brute-force brute-force-tool bruteforce cracker python python-3 zip zip-cracker zip-file
Last synced: about 2 months ago
JSON representation
Program to crack password protected zip files with brute force
- Host: GitHub
- URL: https://github.com/blazeinferno64/zip-cracker
- Owner: BlazeInferno64
- License: gpl-3.0
- Created: 2024-07-28T10:43:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T11:09:52.000Z (10 months ago)
- Last Synced: 2024-10-18T13:14:57.982Z (7 months ago)
- Topics: blazeinferno64, brute-force, brute-force-tool, bruteforce, cracker, python, python-3, zip, zip-cracker, zip-file
- Language: Python
- Homepage: https://blazeinferno64.github.io/Zip-Cracker/
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zip-Cracker
Program to crack password protected zip files with brute force
|----|# Note
This is made for educational purposes!
BlazeInferno64 is not responsible for any misuse of this program!# Setup/Installation
You can however use it as an executable file also!
Currently its available only for windows
To download the executable file click here or goto the releases section of this repoIf you wanna run it as an python script then first dowload the necessary modules for it by running the command as belows -
```bash
$ pip install -r requirements.txt
```After running this headover to the src folder and then run the `main.py` file, you can however run it by using the following command also -
```bash
$ python main.py
```In the zip file location and password list location input, you can enter a url and Zip Cracker will automatically download the zip file and password list from the url and then use it for cracking!
General mime type of password list should be `text/plain` or in other words should be plain text
You can also use some popluar password list like the `rockyou.txt`, Click here to download it# Bugs/Issues or feature requests
If any bugs/issues occur or have any feature requests suggestions, then feel free to open up an issue here
|----|`Thanks for reading :)`
`Have a great day ahead :D`