john-crack
Installation
SKILL.md
John the Ripper 离线密码破解方法论
John the Ripper 是最经典的离线密码破解工具。核心优势:自动哈希识别 + 丰富规则引擎 + *2john 提取工具链。支持 200+ 哈希类型。
项目地址:https://github.com/openwall/john
Phase 1: 基本破解
# 自动检测哈希类型并破解
john hashes.txt
# 指定哈希格式
john --format=Raw-MD5 hashes.txt
john --format=NT hashes.txt
john --format=Raw-SHA256 hashes.txt
# 字典攻击
john --wordlist=rockyou.txt hashes.txt