https://github.com/andriiveremchuk20/monkeyzip
Simple utility for cracking password-protected ZIP archives using a dictionary.
https://github.com/andriiveremchuk20/monkeyzip
linux shell zip
Last synced: about 1 month ago
JSON representation
Simple utility for cracking password-protected ZIP archives using a dictionary.
- Host: GitHub
- URL: https://github.com/andriiveremchuk20/monkeyzip
- Owner: AndriiVeremchuk20
- Created: 2024-03-26T16:59:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T08:17:20.000Z (about 2 years ago)
- Last Synced: 2025-10-26T14:47:55.590Z (8 months ago)
- Topics: linux, shell, zip
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MonkeyZip
Simple utility for cracking password-protected ZIP archives using a dictionary.
## Before start
Before using this script, you need to create or download a dictionary containing possible or popular passwords. You can use well-known lists like [Rockyou](https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt).
## Run from Folder
1. Clone this repository: `git clone https://github.com/AndriiVeremchuk20/monkeyzip.git`
2. Change directory to monkeyzip: `cd monkeyzip`
3. Start the help command to get details: `bash ./monkeyzip.sh --help`
## How to Install
1. The first two steps from the section 'Run from Folder'.
2. Make the file executable: `chmod +x ./monkeyzip.sh`
3. Move the script to a directory included in your PATH: `sudo mv myscript.sh /usr/local/bin/monkeyzip`
4. Now, you can run the script from any directory without specifying the .sh extension: `monkeyzip`