密码破解中的一系列小工具,支持Win、Mac、Linux平台。
combinator
usage: ./combinator.bin file1 file2
制作字典,把字典1里的所有词与字典2中的所有词组合然后显示出来,1*2。
cutb
usage: ./cutb.bin offset [length] < infile > outfile
从字典中提取特定偏移量开始的指定长度。
expander
echo pass1 | ./expander.bin | sort -u 可以去重
./expander.app <file3.txt> fff.txt 有重复
循环列出pass1这个字符串中所有可能。
gate
usage: ./gate.bin mod offset < infile > outfile
一行隔一行取出字典内容。
hcstatgen
usage: ./hcstatgen.bin out.hcstat < infile
生成statsprocessor要用的.hcstat文件。
len
usage: ./len.bin min max < infile > outfile
选出字典中从min到max长度的。
morph
permute
echo CAB | ./permute.bin
把字典中的词一个个拆分,然后重组成所有可能性。
prepare
为Permutation Attack制作字典。好像是专为16进制。
req
echo hello1 | ./req.bin 5
取出字典中含有的/不含有。
rli
usage: rli infile outfile removefiles...
把infile中的removefiles去掉。
字典不能大于内存。
rli2
与rli类似,但是需要先用sort排序,否则不行,对内存没要求。
splitlen
usage: ./splitlen.bin outdir < infile 为oclHashcat生成字典。
发表评论