密码字典生成
Crunch离线密码字典生成工具使用
man crunch查看帮助文档
常用命令:
crunch <min> <max> [options]
示例
crunch 2 3 123

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

指定密码格式
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)

浙公网安备 33010602011771号