fcrackzip searches each zipfile given for encrypted files and tries to guess the password.
Methods used by FCrackZip:
- ZIP password Basics
- Brute Force Mode
- Dictionary Mode
- CP Mask
How to use FCrackZip:
- fcrackzip -c a -p aaaaaa sample.zipchecks the encrypted files in sample.zip for all lowercase 6 character passwords (aaaaaa ... abaaba ... zzzzzz).
- fcrackzip -method cpmask -charset A -init AAAA test.ppmchecks the obscured image test.ppm for all four character passwords. -TP fcrackzip -D -p passwords.txt sample.zip check for every password listed in the file passwords.txt.
Download fcrackzip from here: Download