Kali crunsh字典工具
查看自带密码字典
vim /usr/share/wordlists
使用 crunch 字典工具
随机组成6位纯数字密码
crunch 6 6 0123456789 -o test1.txt
由 Abc1234 随机组成的 6~8 位密码
crunch 6 8 Abc1234 -o test2.txt
以A开头后面跟3位数字组成的4位密码
crunch 4 4 -t A%%% -o test3.txt
查看自带密码字典
vim /usr/share/wordlists
使用 crunch 字典工具
随机组成6位纯数字密码
crunch 6 6 0123456789 -o test1.txt
由 Abc1234 随机组成的 6~8 位密码
crunch 6 8 Abc1234 -o test2.txt
以A开头后面跟3位数字组成的4位密码
crunch 4 4 -t A%%% -o test3.txt