Linux密碼破解

(一)Linux 系統密碼破解

  1.在grub選項菜單按E進入編輯模式
  2.編輯kernel那行末尾追加 1 (或single或s)
  3.按B重啓
  4.進入後執行下列命令
  root@#passwd root (設置root的密碼)
  Enter new unix password:輸入新的密碼
  root@#init 6或reboot

  (二)debian linux 系統密碼破解

  1.在grub選項菜單'Debian GNU/Linux,...(recovery mode)',按e進入編輯模式
  2.編輯kernel那行最後面的 ro single 改成 rw single init=/bin/bash,按b執行重啓
  3.進入後執行下列命令
  root@(none)#mount -a
  root@(none)#passwd root
  root@(none)#reboot

  (三)Freebsd 系統密碼破解

  1.開機進入引導菜單
  2.選擇每項(按4)進入單用戶模式
  3.進入之後輸入一列命令
  root@#mount -a
  root@#fsck -y
  root@#passwd(修改密碼命令)
  root@#root(要破解密碼的用戶名)
  Enter new unix password:
  root@#init 6 (重啓)

  (四)Solaris 系統密碼破解

  1.在grub選項菜中選擇solaris failasfe 項
  2.系統提示Do you wish to have it mounted read-write on /a ?[y,n,?] 選擇y
  3.就進入單用戶模式
  4.輸入下列命令
  #passwd
  #New passwd:輸入新的密碼
  #Re-enter New passwd:在次輸入新的密碼
  #init 6 (重啓)

  (五)NetBsd 系統密碼破解

  1.開機:當出現提示符號並開始倒數五秒時, 鍵入以下指令:
  > boot -s (進入單用戶模式命令)
  2.在以下的提示符號中
  Enter pathname of shell or RETURN for sh:
  按下 Enter。
  3.鍵入以下指令:
  # mount -a
  # fsck -y
  4.使用 passwd 更改 root 的密碼。
  5.使用 exit 指令進入多人模式。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章