{"id":22863904,"url":"https://github.com/s-r-e-e-r-a-j/ziprarhunter","last_synced_at":"2025-07-24T15:13:27.751Z","repository":{"id":263614394,"uuid":"890941873","full_name":"s-r-e-e-r-a-j/ZipRarHunter","owner":"s-r-e-e-r-a-j","description":"ZipRarHunter is a command-line password cracking tool designed to crack passwords for ZIP and RAR archive files using a wordlist. ","archived":false,"fork":false,"pushed_at":"2025-04-13T09:51:58.000Z","size":77,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T11:56:24.497Z","etag":null,"topics":["ethical-hacking","ethical-hacking-tools","hacking-tool","hacking-tools","kali-linux-hacking","kali-linux-tools","passwordcracker","python","python3","zipcracker","ziprarhunter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s-r-e-e-r-a-j.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-19T13:02:54.000Z","updated_at":"2025-04-13T09:52:02.000Z","dependencies_parsed_at":"2024-12-11T15:19:29.489Z","dependency_job_id":"c54050ca-d4eb-4f80-9556-50f54c419320","html_url":"https://github.com/s-r-e-e-r-a-j/ZipRarHunter","commit_stats":null,"previous_names":["s-r-e-e-r-a-j/ziprarhunter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FZipRarHunter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FZipRarHunter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FZipRarHunter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FZipRarHunter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s-r-e-e-r-a-j","download_url":"https://codeload.github.com/s-r-e-e-r-a-j/ZipRarHunter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248878020,"owners_count":21176242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ethical-hacking","ethical-hacking-tools","hacking-tool","hacking-tools","kali-linux-hacking","kali-linux-tools","passwordcracker","python","python3","zipcracker","ziprarhunter"],"created_at":"2024-12-13T11:18:03.439Z","updated_at":"2025-07-24T15:13:27.722Z","avatar_url":"https://github.com/s-r-e-e-r-a-j.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ZipRarHunter\nZipRarHunter is a powerful command-line ethical hacking tool designed to crack passwords of ZIP and RAR archive files using a wordlist.It automates the process of password recovery from encrypted archives\n\n## Features\n- Cracking ZIP files encrypted with both **ZipCrypto** and **AES-256** encryption\n\n- Cracking RAR4 archives using multithreaded brute-force attacks\n*(Also supports RAR5 if the paid version of UnRAR is installed)*\n\n- Improve cracking speed by specifying the number of threads with `--threads` option (default is 4)\n\n- Efficient memory usage by reading wordlists line-by-line (streaming)\n\n- Automatic detection of ZIP encryption methods\n\n- Encoding fallback support (**UTF-8 and Latin-1**) for various wordlists\n\n## Disclaimer\nZipRarHunter should be used responsibly and legally. Unauthorized use of this tool to crack passwords without permission is illegal and unethical.\n\n## Requirements\n- **Linux distributions:** `Debian`, `RedHat`, `Arch` \n- **Python 3.x:** Ensure that Python 3 is installed on your system.\n- **Dependencies:**\n- `pyzipper` (for handling ZIP files)\n- `rarfile` (for handling RAR files)\n  \n**You can install the required Python packages using**:`pip3`\n```bash\npip3 install pyzipper\n```\n```bash\npip3 install rarfile\n```\n## Installation\n\n1. **Clone the repository:**\n\n```bash\ngit clone https://github.com/s-r-e-e-r-a-j/ZipRarHunter.git\n```\n2. **Navigate to the ZipRarHunter directory:**\n\n```bash\ncd ZipRarHunter\n```\n3. **Ensure all dependencies are installed. If not, run:**\n\n``` bash\npip3 install -r requirements.txt\n```\n\n4. **Navigate to the ZipRarHunter directory**\n   \n```bash\ncd ZipRarHunter\n```\n5. **Install the tool**\n   \n   *Run the install.py script*\n```bash\nsudo python3 install.py\n```\n**then enter `y` for install**\n## Usage\nZipRarHunter uses command-line arguments to specify the target file, wordlist, file type (ZIP or RAR) and the number of threads.\n\n## Basic Usage\n```bash\nziprarhunter -f /path/to/archive.zip -w /path/to/wordlist.txt -t zip\nziprarhunter -f /path/to/archive.rar -w /path/to/wordlist.txt -t rar\n```\n## Command-line Arguments\n- `-f` or `--file`: The path to the ZIP or RAR file you want to crack.\n- `-w` or `--wordlist`: The path to the wordlist file that contains potential passwords.\n- `-t` or `--type`: The type of archive. Acceptable values are zip or rar.\n- `--threads`: Number of threads to use (default:4).\n## Example Commands\n1. **Crack a ZIP file with a wordlist:**\n\n``` bash\nziprarhunter -f /path/to/archive.zip -w /path/to/wordlist.txt -t zip\n```\n2. **Crack a RAR file with a wordlist:**\n\n```bash\nziprarhunter -f /path/to/archive.rar -w /path/to/wordlist.txt -t rar\n```\n3. **Crack a zip file with 20 threads:**\n\n```bash\nziprarhunter -f /path/to/archive.zip -w /path/to/wordlist.txt -t zip --threads 20\n```\n## Output Example\n```bash\nTried: password\nPassword found : password123\n```\n\n## uninstallation\n**Run the install.py script**\n```bash\nsudo python3 install.py\n```\n**Then Enter `n` for uninstall**\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-r-e-e-r-a-j%2Fziprarhunter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs-r-e-e-r-a-j%2Fziprarhunter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-r-e-e-r-a-j%2Fziprarhunter/lists"}