[root@www ~]# passwd root
Changing password for user root.
New UNIX password:
BAD PASSWORD: it is based on a dictionary word
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
Linux下添加新用户的命令
在grub选项菜单按e进入编辑模式
编辑kernel那行 /init 1 (或/single)
按B重启
进入后执行下列命令
root@#passwd root (配置root的密码)
Enter new unix password:输入新的密码
root@#init 6
(二)Debian linux 系统密码破解
在grub选项菜单’Debian GNU/Linux,…(recovery mode)’,按e进入编辑模式
编辑kernel那行面的 ro single 改成 rw single init=/bin/bash,按b执行重启
进入后执行下列命令
root@(none)#mount -a
root@(none)#passwd root
root@(none)#reboot
(三)FreeBSD 系统密码破解
开机进入引导菜单
选择每项(按4)进入单用户模式
进入之后输入一列命令
root@#mount -a
root@#fsck -y
root@#passwd(修改密码命令)
root@#root(要破解密码的用户名)
Enter new unix password:
root@#init 6 (重启)
(四)Solaris 系统密码破解 bitscn.com
在grub选项菜中选择solaris failasfe 项
系统提示Do you wish to have it mounted read-write on /a ?[y,n,?] 选择y
就进入单用户模式
输入下列命令
#passwd
#New passwd:输入新的密码
#Re-enter New passwd:在次输入新的密码
#init 6 (重启) bitscn.com
(五)NetBsd 系统密码破解
1.开机:当出现提示符号并开始倒数五秒时, 键入以下指令:
> boot -s (进入单用户模式命令)
2.在以下的提示符号中
Enter pathname of shell or RETURN for sh:
按下 Enter.
3.键入以下指令:
# mount -a
# fsck -y
4.使用 passwd 更改 root 的密码.
5.使用 exit 指令进入多人模式.