命令行下的字典生成器 ,hashcat出品,效率非常高。
主要用于掩码字典生成。
-i 格式 NUM:NUM,生成位数,例如 -i 1:8 ,生成1-8位。
不使用i参数就默认是%的个数
--hex-charset 给出的是hex格式的,例如
./mp64.app --hex-charset 61?d 结果就是a0到a9。
-s -l设定开始和停止位置,例如
/mp64.app -s aa -l ad ?l?l 结果是从aa到ad
-r 相同字符重复r次及以上的过滤掉。
./mp64.app -r 2 ?d?d?d 110,101都过滤掉了
-q 连续字符重复q次以上的过滤掉。
./mp64.app -q 2 ?d?d?d 110过滤掉了,101保留
-1,-2,-3,-4 自定义字符,例如-1 123abc,就是拿这6个字符作为样本。也可以用-1 ?d?l
举个栗子说明一下:
mp64.exe -1 ?d?l ?1?1 两位数字+小写字母
mp64.exe -i 1:5 ?d?d?d?d?d 1-5位纯数字
下载地址:https://github.com/hashcat/maskprocessor
statsprocessor
也是字典生成器 http://hashcat.net/wiki/doku.php?id=statsprocessor
不知道hcstat-file是干嘛用的。
发表评论