使用John the Ripper和Johnny分别对Linux和Windows的系统密码进行破解
首先利用John the Ripper对Windows系统密码进行破解
2021025643137 21网安师1郭弘凯
Windows
Windows系统的密码存储在C:\windows\system\config\中。
但系统默认开启System进程,导致无法正常复制该密码文件。
需要使用Reg save命令进行复制
这两个文件存在于C:\windows\system32中
把这两个文件放入kail中
使用samdump2将system和Sam合并起来
使用John进行破解
破解失败
尝试多次后还是破解失败
使用Johnny爆破win.txt文件
Linux
其次利用John the Ripper对liunx系统密码进行破解
在Linux中创建用户及密码
第一步:合并passwd和shadow文件
第二步:John爆破passwd.txt文件
旧版没有kali没有johonny,实验失败