# ZipCrack **Repository Path**: bit212/ZipCrack ## Basic Information - **Project Name**: ZipCrack - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-04 - **Last Updated**: 2021-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZipCrack ZipCrack is a command-line tool to crack password protected Zip files without using separate programs like 7zip or Winrar to extract, which makes it a great deal faster. ZipCracker supports brute force and dictionary attack. ``` Usage: ZipCrack.exe [zip file] [dictionary file/letters] [type of attack] Example: - Dictionary: ZipCrack.exe ExampleFile.zip passwords.txt dictionary - Brute force: ZipCrack.exe ExampleFile.zip abcdefghijklmnopqrstuvwxyz bruteforce ``` [Download standalone executable](https://github.com/henriksb/ZipCrack/releases/download/1/ZipCrack.exe)