Kali字典生成工具---crunch
Posted lyxsalyd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Kali字典生成工具---crunch相关的知识,希望对你有一定的参考价值。
kali默认字典
cd /usr/share/wordlists/
使用说明
man crunch 查看帮助文件
使用语法
crunch
使用参数
description
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压缩速度最慢,但是压缩效
效率最高。
以上是关于Kali字典生成工具---crunch的主要内容,如果未能解决你的问题,请参考以下文章