本文转自:http://longxiaz.blog.163.com/blog/static/131452420201282844545197/
主要用到的工具是fcrackzip。别的工具没去测试,fcrackzip暴破的速度很快。
首先加密一个zip文件,密码设为:533304。
不是过于复杂的密码没必要生成字典,暴破就够了。
下面我们就来试试,看能有多快。
Help内容:
————————————————————————————————
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年的低端双核。