安装Fcrackzip工具
sudo apt-get install fcrackzip
爆破命令
fcrackzip -b -c '1aA' -l 1-5 -u filename.zip
指定字典命令
fcrackzip -D -p 字典路径/字典文件.txt -u filename.zip
命令参数
[-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 algorithm
[-v|--verbose] be more verbose
[-p|--init-password string] use string as initial password/file
[-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
file... the zipfiles to crack
[-b|——brute-force]使用暴力破解算法
[-D|——dictionary]使用字典
[-B|—benchmark]执行一个小的基准
[-c|——charset characterset]使用charset中的字符
[-h|——help]显示此信息
显示这个程序的版本
[-V|——validate]检查算法是否正确
[-v|——verbose]更加详细
[-p|——init-password string]使用string作为初始密码
[-l|——length min- Max]检查密码的长度
[-u|——use-unzip]使用unzip清除错误的密码
[-m|——method num]使用方法编号“num”(见下文)
[-2|——modulo r/m]只计算密码的1/m
文件… 要破解的zip文件