动态线条
动态线条end

密码字典生成

Crunch离线密码字典生成工具使用

man crunch查看帮助文档

常用命令:

crunch <min> <max> [options]
示例
crunch 2 3 123

image-20211023103717176

sudo crunch 2 3 123 > /tmp/passwd.txt
cat /tmp/passwd.txt 

image-20211023104141115

指定密码格式
crunch 8 8 -t 2020%%%% > /tmp/password.txt //一万个密码

%:任意0-9数字组合


Cupp社工密码字典生成工具使用

安装cupp

sudo apt-get install cupp

交互模式

cupp -i

参数:

usage: cupp [-h] [-i | -w FILENAME | -l | -a | -v] [-q]

Common User Passwords Profiler

optional arguments:
  -h, --help         show this help message and exit
  -i, --interactive  Interactive questions for user password profiling
  -w FILENAME        Use this option to improve existing dictionary, or WyD.pl output to make
                     some pwnsauce
  -l                 Download huge wordlists from repository
  -a                 Parse default usernames and passwords directly from Alecto DB. Project
                     Alecto uses purified databases of Phenoelit and CIRT which were merged
                     and enhanced
  -v, --version      Show the version of this program.
  -q, --quiet        Quiet mode (don't print banner)

posted @ 2021-10-24 15:03  v1v1v1  阅读(365)  评论(0)    收藏  举报