john:
破解:
john 路径
查看已破解的密码:
john –show hashes.txt
| 使用字典攻击 | john --wordlist=password.lst --rules hashes.txt |
|---|---|
| 恢复中断的会话 | john --restore |
| 查看状态 | john --status |
| 显示所有已破解密码 | john --show hashes.txt |
破解:
john 路径
查看已破解的密码:
john –show hashes.txt
| 使用字典攻击 | john --wordlist=password.lst --rules hashes.txt |
|---|---|
| 恢复中断的会话 | john --restore |
| 查看状态 | john --status |
| 显示所有已破解密码 | john --show hashes.txt |