全面掌握Linux系統(tǒng)密碼破解的方法
越了解Linux,越知道Linux擁有怎樣的強(qiáng)大性,Linux的發(fā)展非常迅速,有趕超微軟的趨勢(shì)。這里介紹Linux系統(tǒng)密碼破解的知識(shí),讓你學(xué)好應(yīng)用Linux系統(tǒng)。掌握Linux系統(tǒng)密碼破解方法。
(一)Linux 系統(tǒng)密碼破解
1.在grub選項(xiàng)菜單按E進(jìn)入編輯模式
2.編輯kernel那行 /init 1 (或/single)
3.按B重啟
4.進(jìn)入后執(zhí)行下列命令
root@#passwd root (設(shè)置root的密碼)
Enter new unix password:輸入新的密碼
root@#init 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í)行下列命令
root@(none)#mount -a
root@(none)#passwd root
root@(none)#reboot
(三)Freebsd 系統(tǒng)密碼破解
1.開(kāi)機(jī)進(jìn)入引導(dǎo)菜單
2.選擇每項(xiàng)(按4)進(jìn)入單用戶(hù)模式
3.進(jìn)入之后輸入一列命令
root@#mount -a
root@#fsck -y
root@#passwd(修改密碼命令)
root@#root(要破解密碼的用戶(hù)名)
Enter new unix password:
root@#init 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)入單用戶(hù)模式
4.輸入下列命令
#passwd
#New passwd:輸入新的密碼
#Re-enter New passwd:在次輸入新的密碼
#init 6 (重啟)
(五)NetBsd 系統(tǒng)密碼破解
1.開(kāi)機(jī):當(dāng)出現(xiàn)提示符號(hào)并開(kāi)始倒數(shù)五秒時(shí), 鍵入以下指令:
> boot -s (進(jìn)入單用戶(hù)模式命令)
2.在以下的提示符號(hào)中
Enter pathname of shell or RETURN for sh:
按下 Enter。
3.鍵入以下指令:
# mount -a
# fsck -y
4.使用 passwd 更改 root 的密碼。
5.使用 exit 指令進(jìn)入多人模式。
希望對(duì)你學(xué)習(xí)Linux系統(tǒng)密碼破解有所幫助。
【編輯推薦】