zoukankan      html  css  js  c++  java
  • break into Ubuntu System

    This morning, I got a spare machine from of of the labmates. The OS is ubuntu 12.04. I could not log into the system because it is under other person's account.

    Attack

    Just enter into recovery mode when I start the computer.

    select root.

    passwd [username]

    Then there is an error information. authentication token manipulation error.

    mount -rw -o remount / 

    passwd [username]

    Countermeasure

    [hide recovery mode]

    vi /etc/default/grub

    update-grub

    [set root password]

    sudo passwd root

  • 相关阅读:
    utils04_搭建私有Git服务器
    utils03_clone远程仓库
    java 22
    java 22
    java 22
    java 22
    java 22
    java 22
    java 22
    java 22
  • 原文地址:https://www.cnblogs.com/yangzhang/p/5240756.html
Copyright © 2011-2022 走看看