Pages

Master Coder

Hacking News , Cyber Crime , Ethical Hacking , CCNA, Seo , Google Adsense , Web Development ,

FCrackZip: Free Zip Password Cracker



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:
  1. fcrackzip -c a -p aaaaaa sample.zipchecks the encrypted files in sample.zip for all lowercase 6 character passwords (aaaaaa ... abaaba ... zzzzzz).
  2. 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