标签:repeat gzip rac 最快 效率 should read list share
cd /usr/share/wordlists/
man crunch 查看帮助文件
crunch
min-len 最小长度
max-len 最大长度
charset string 字符集
-b number[type] 指定输出文件大小配合-O START使用
-C number 指定输出文件大小的行数-O START使用
-d numbersymbol 限制字符重复字数 -d 2@
-e string 遇到字符提前停止
-f charset.lst 指定字符集
-i 反序输出
-o 输出生成的密码到指定的文件
-p Tells crunch to generate words that don‘t have repeating characters.
-q Tells crunch to read filename.txt and permute what is read.
-r Tells crunch to resume generate words from where it left off.
-s 从指定的字符开始
-t 定义密码的输出格式 @代表小写字母 ,代表大写字母 %代表数字 ^代表符号
-u The -u option disables the printpercentage thread. This should be the last option.
-z 压缩生成的字典文件,有效的参数是gzip, bzip2, lzma, and 7z,其中gzip压缩最快,bzip2压缩速度比gzip慢单压缩效率比gzip好,7z压缩速度最慢,但是压缩效
效率最高。
标签:repeat gzip rac 最快 效率 should read list share
原文地址:https://www.cnblogs.com/lyxsalyd/p/12916437.html