码迷,mamicode.com
首页 > 其他好文 > 详细

Kali字典生成工具---crunch

时间:2020-05-19 14:33:09      阅读:87      评论:0      收藏:0      [点我收藏+]

标签:repeat   gzip   rac   最快   效率   should   read   list   share   

kali默认字典

cd /usr/share/wordlists/

使用说明

man crunch 查看帮助文件

使用语法

crunch [] [options]

使用参数

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

标签:repeat   gzip   rac   最快   效率   should   read   list   share   

原文地址:https://www.cnblogs.com/lyxsalyd/p/12916437.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!