破解CentOS7密码

2021-09-09  本文已影响0人  李哈哈_2c85
1、utf-8 后加 init=/bin/sh       #Ctrl+x 执行启动
2、mount -o remount,rw /        #挂载根目录读写
3、passwd                       #修改密码
4、touch /.autorelabel          #selinux没有关的服务器,需要执行 touch /.autorelabel
5、exec /sbin/init              #重启

破解CentOS7密码详细过程
一、开机重启,按任意键停住,有时没停住,是鼠标键未在服务器中,点一下就好

image

二、按e键进入单用户模式

image

三、在UTF-8后面加上init=/bin/sh

image

四、按ctrl+x开始执行

image

五、重新挂载根目录,并且以读写的方式挂载

image

六、直接用passwd修改密码,记住要输两次

image

七、在根目录下创建一个隐藏文件

image

八、用exec /sbin/init 绝对路径方式重新启动

image

九、验证密码是否破解成功

image

转自https://www.cnblogs.com/github-cn/p/11258438.html

上一篇下一篇

猜你喜欢

热点阅读