有关fcrackzip的使用介绍(来自网络)

本文介绍使用fcrackzip工具进行ZIP文件密码暴力破解的方法,通过实例展示如何设置参数以提高破解效率,包括指定密码类型、初始密码及长度范围。

本文转自: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可以指定长度)
##################
Linux下用fcrackzip破解zip密码 - 龙虾 - Linux&hack
6位的纯数字密码只用了14s,机器配置是08年的低端双核。

转载于:https://www.cnblogs.com/moegarn/p/10958296.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值