zoukankan      html  css  js  c++  java
  • Kali字典生成工具---crunch

    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压缩速度最慢,但是压缩效
    效率最高。

  • 相关阅读:
    mysql优化
    c语言学习的第10天
    学习c语言的第9天
    学习c的第8天
    学习c的第7天
    学习c的第6天2
    c语言学习的第6天
    sed命令实战
    grep命令实战
    c语言学习的第五天
  • 原文地址:https://www.cnblogs.com/lyxsalyd/p/12916437.html
Copyright © 2011-2022 走看看