(1)获取ssh私钥:
这段密钥后续为id_rsa
(2)破解私钥密码:
赋600权限:
chmod 600 id_rsa
(3)修改为john能识别的格式
♾️ abap 代码:ssh2john id_rsa | tee hash

tree为写入
(4)使用john破解密码(可带字典)♾️ abap 代码:
john hash
网站已运行 2 年 39 天 3 小时 49 分
3 online · 59 ms
·
(1)获取ssh私钥:
这段密钥后续为id_rsa
(2)破解私钥密码:
赋600权限:
chmod 600 id_rsa
(3)修改为john能识别的格式
♾️ abap 代码:ssh2john id_rsa | tee hash
john hash