- 論壇徽章:
- 0
|
(一)Linux 系統(tǒng)密碼破解
1.在grub選項(xiàng)菜單按E進(jìn)入編輯模式
2.編輯kernel那行 /init 1 (或/single)
3.按B重啟
4.進(jìn)入后執(zhí)行下列命令
[email=root@#passwd][color="#0000ff"]root@#passwd[/email]
root (設(shè)置root的密碼)
Enter new unix password:輸入新的密碼
[email=root@#init][color="#0000ff"]root@#init[/email]
6
(二)debian linux 系統(tǒng)密碼破解
1.在grub選項(xiàng)菜單'Debian GNU/Linux,...(recovery mode)',按e進(jìn)入編輯模式
2.編輯kernel那行最后面的 ro single 改成 rw single init=/bin/bash,按b執(zhí)行重啟
3.進(jìn)入后執(zhí)行下列命令
[email=root@%28none%29#mount][color="#0000ff"]root@(none)#mount[/email]
-a
[email=root@%28none%29#passwd][color="#0000ff"]root@(none)#passwd[/email]
root
[email=root@%28none%29#reboot][color="#0000ff"]root@(none)#reboot[/email]
。ㄈ〧reebsd 系統(tǒng)密碼破解
1.開(kāi)機(jī)進(jìn)入引導(dǎo)菜單
2.選擇每項(xiàng)(按4)進(jìn)入單用戶模式
3.進(jìn)入之后輸入一列命令
[email=root@#mount][color="#0000ff"]root@#mount[/email]
-a
[email=root@#fsck][color="#0000ff"]root@#fsck[/email]
-y
[email=root@#passwd][color="#0000ff"]root@#passwd[/email]
(修改密碼命令)
[email=root@#root][color="#0000ff"]root@#root[/email]
(要破解密碼的用戶名)
Enter new unix password:
[email=root@#init][color="#0000ff"]root@#init[/email]
6 (重啟)
(四)Solaris 系統(tǒng)密碼破解
1.在grub選項(xiàng)菜中選擇solaris failasfe 項(xiàng)
2.系統(tǒng)提示Do you wish to have it mounted read-write on /a ?[y,n,?] 選擇y
3.就進(jìn)入單用戶模式
4.輸入下列命令
#passwd
#New passwd:輸入新的密碼
#Re-enter New passwd:在次輸入新的密碼
#init 6 (重啟)
。ㄎ澹㎞etBsd 系統(tǒng)密碼破解
1.開(kāi)機(jī):當(dāng)出現(xiàn)提示符號(hào)并開(kāi)始倒數(shù)五秒時(shí), 鍵入以下指令:
> boot -s (進(jìn)入單用戶模式命令)
2.在以下的提示符號(hào)中
Enter pathname of shell or RETURN for sh:
按下 Enter。
3.鍵入以下指令:
# mount -a
# fsck -y
4.使用 passwd 更改 root 的密碼。
5.使用 exit 指令進(jìn)入多人模式。
本文來(lái)自ChinaUnix博客,如果查看原文請(qǐng)點(diǎn):http://blog.chinaunix.net/u3/93838/showart_1917204.html |
|