CUPP
Common User Password Profiler
按个人信息生成其专属的密码字典
git clone https://github.com/Mebus/cupp.git
– python cupp.py -i
Cewl
通过收集网站信息生成字典
cewl 1.1.1.1 -m 3 -d 3 -e -c -v -w a.txt
– -m:最小单词长度
– -d:爬网深度
– -e:收集包含email地址信息
– -c:每个单词出现次数
– 支持基本、摘要 身份认证
– 支持代理
使用 John the Ripper 配置文件实现密码动态变型
/etc/john/john.conf
– [List.Rules:Wordlist]
– $[0-9]$[0-9]$[0-9]
– john --wordlist=cewl.txt --rules --stdout > m.txt
添加
– [List.Rules:test]
$[0-9]$[0-9]$[0-9]$[a-zA-Z]
$[0-9]$[0-9]$[0-9]$[a-zA-Z]$[a-zA-Z]$[a-zA-Z]$[`~!@#$%^&*()\-_=+]
– john --wordlist=cewl.txt --rules=test --stdout > m.txt
– john --wordlist=ahm.lst --rules=test HASHFILE