fcrackzip

Fast password cracker for ZIP archives using brute force

brewmacoslinux
Try with needOr install directly
Source

About

Zip password cracker

Commands

fcrackzip

Examples

Brute force crack a ZIP file with dictionary attack$ fcrackzip -D -p /usr/share/dict/words archive.zip
Brute force crack a ZIP file with lowercase letters only$ fcrackzip -b -c a archive.zip
Crack ZIP file with mixed character set (letters and digits)$ fcrackzip -b -c aA1 archive.zip