以谁为师 发表于 2015-3-18 20:08:11

linux 单用户密码破解

本帖最后由 以谁为师 于 2015-3-21 23:48 编辑

ubuntu
1,开机到grub时,用上下键移到第二行的恢复模式,按e(注意不是回车)
即Ubutn,kernel 2.6.12-9-386(recovery mode)
2,把ro single 改成rw single init=/bin/bash      然后按ctrl+x

RHEL 6/centos 6
1. grub
进入启动画面之后,敲入“e”,把光标移动到kernel ...那一行,再敲入“e”,在kernel 一行的最后加上空格single,回车
敲入“b”,启动系统,即进入单用户模式,
这个时候就可以用passwd命令改密码了。
passwd root
改完以后reboot重启。
2. lilo
进入lilo命令行模式,敲入linux single,即进入单用户模式。



REHL7/Centos 7 (grub2)
If you have lost or forgot root password of RHEL7, you can follow this step to change to a new password, this is different with the RHEL6single-usermode,
1, press e button in GRUB 2 boot screen.
2, at the end of Linux line add init=/bin/sh and remove 'rhgb' and 'quiet'
3, Ctrl+x to boot the system with the parameter
4, remount the file system as writable, run the mount -o remount, rw / command
5, passwd to change password.
6, make sure SELinux context of the files that were modified is restored, touch /.autorelabel
7, last step, resume the initialization and finish the system boot. exec /sbin/init

1. 添加init=/bin/sh移除'rhgb' and 'quiet'
2. Ctrl+x
3. mount -o remount, rw /
4. passwd
5. touch /.autorelabel {selinux 开启时}
6. exec /sbin/init
7. 进入单用户显示乱码使用:LANG=zh-cn.utf8

Wolf-Toom 发表于 2015-3-18 20:48:43

xiao筱阳 发表于 2015-3-18 21:12:55

来看看吧 支持下哈哈

HUC-DIE 发表于 2015-3-19 12:46:21

支持支持支持一下

若冰 发表于 2015-6-28 13:44:26

学习学习技术,加油!

H.U.C—Prince 发表于 2015-6-29 14:40:08

支持,看起来不错呢!

54hacker 发表于 2015-6-29 17:15:46

若冰 发表于 2015-7-2 04:10:16

感谢楼主的分享~

admin1964 发表于 2015-7-2 07:42:13

还是不错的哦,顶了

若冰 发表于 2015-7-2 08:05:52

感谢楼主的分享~
页: [1] 2 3 4 5
查看完整版本: linux 单用户密码破解