ZipCrack
Crack password protected zip files
Install / Use
/learn @henriksb/ZipCrackREADME
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.
Dictionary example:
ZipCrack.exe --zip ExampleFile.zip --dict passwords.txt --attack dictionary
Brute force example:
ZipCrack.exe --zip ExampleFile.zip --attack bruteforce --min-length 1 --max-length 3 --lower --numbers
Bruteforce options (can be combined):
--min-length [int]
--max-length [int]
--lower
--upper
--numbers
--special
These can be combined for brute force.
Version 2 was tested and estimated to be about 88% faster than version 1.
Build
go mod init ZipCrack
go mod tidy
go build ZipCrack.go
Install -- Linux
cp ZipCrack /usr/bin/local
TODO
- Add --threads parameter to let user allocate as many threads as they want.
- Fix incorrect "Total amount". This is wrong because of threading.
- Add custom bruteforce letters. Currently, you can only choose the inbuilt parameters.
- Save state feature to resume prevoius attempts
Related Skills
node-connect
347.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
347.9kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
108.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
