环评怎么在网站做公示,小型网站建设需要多少钱,仿站建设,太原建站模板系统查看自带密码字典
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