fcrackzip version 1.0, a fast/free zip password cracker
written by Marc Lehmann <pcg@goof.com> You can find more info on
http://www.goof.com/pcg/marc/
USAGE: fcrackzip
[-b|--brute-force] use brute force algorithm 暴破
[-D|--dictionary] use a dictionary 字典模式
[-B|--benchmark] execute a small benchmark 速度測試
[-c|--charset characterset] use characters from charset 指定字符類型(數字,字母,混合等)
[-h|--help] show this message 顯示消息
[--version] show the version of this program 顯示該程序的版本
[-V|--validate] sanity-check the algortihm
理智-檢查算法?(直接google翻譯出來的)
[-v|--verbose] be more verbose 更加冗餘
[-p|--init-password string] use string as initial password/file 指定開始字符(好比要只記得密碼是5開頭的6位純數字,能夠指定從5000000開始破解,節約時間)
[-l|--length min-max] check password with length min to max (指定密碼長度區間)
[-u|--use-unzip] use unzip to weed out wrong passwords (這個選項很很重要,很重要)
[-m|--method num] use method number "num" (see below) (指定破解類型)
[-2|--modulo r/m] only calculcate 1/m of the password 只計算 1/m 的密碼
file... the zipfiles to crack
methods compiled in (* = default):
0: cpmask
1: zip1
*2: zip2, USE_MULT_TAB
—————————————————————————————————
不知密碼長度狀況下:
##################
:~$ fcrackzip -b -c1 -u test.zip (-b 指定模式爲暴破,-c1指定密碼類型爲純數字,其它類型能夠rtfm,-u這個參數很是重要否則不顯示破解出來的密碼,-l 5-6能夠指定長度)
##################
6位的純數字密碼只用了14s,機器配置是08年的低端雙核。