Screenshots
Example Usage
./zip-password-finder -h
Find the password of protected ZIP files
Usage: zip-password-finder [OPTIONS] --inputFile <inputFile>
Options:
-i, --inputFile <inputFile> path to zip input file
-w, --workers <workers> number of workers
-p, --passwordDictionary <passwordDictionary> path to a password dictionary file
-c, --charset <charset> charset to use to generate password [default: lud]
--charsetFile <charsetFile> path to a charset file
--minPasswordLen <minPasswordLen> minimum password length [default: 1]
--maxPasswordLen <maxPasswordLen> maximum password length [default: 10]
--fileNumber <fileNumber> file number in the zip archive [default: 0]
-s, --startingPassword <startingPassword> password to start from
-m, --mask <mask> mask pattern for mask attack (e.g. '?l?l?l?d?d')
-1, --customCharset1 <customCharset1> custom charset 1 for mask attack, referenced as ?1
-2, --customCharset2 <customCharset2> custom charset 2 for mask attack, referenced as ?2
-3, --customCharset3 <customC