之所以写这篇,是因为root密码忘记了,当然可以轻易通过single用户进去重置用户,不过换个思路是否可以呢.
思路就是通过一些手段,获取passwd文件,shadow文件.然后利用工具对其破解.
(这手段呢,提权,漏洞,去google)
老牌破解John(John the Ripper 1.4)用于des,md5破解
https://blog.csdn.net/CSDN1887/article/details/81978997
在线破解hydra
https://blog.csdn.net/CSDN1887/article/details/81978169
Hash破解神器 hashcat
https://blog.csdn.net/CSDN1887/article/details/81980915
密码字典crunch
(https://blog.csdn.net/CSDN1887/article/details/81503560)
统计学的密码规则 Hob0Rules
https://blog.csdn.net/CSDN1887/article/details/81980278
常用工具