Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 551 Bytes

writeup2.md

File metadata and controls

12 lines (11 loc) · 551 Bytes

live init

  1. When starting the VM we want to maintain Shift: Step 0
  2. We arrive to this prompt, which is the boot menu: Step 1
  3. Pressing Tab gets us our different booting options: Step 2
  4. We choose live, but we give the instruction to change init destination to /bin/bash so we have access to root shell: Step 3
  5. We can now verify our level of privileges wit id, we are root: Step 4