🐧
Pelican
  • Pelican
    • Summary
  • Enumeration
    • TCP
    • UDP
    • 8080 - Web Services
      • Nikto
      • Dirb Extensions
      • Dirsearch
      • goBuster
      • Robots
      • WhatWeb
    • 8081 - Web Services
      • Nikto
      • Dirb Extensions
      • Dirsearch
      • goBuster
      • Robots
      • WhatWeb
    • Other Services
      • SSH 22, 2222
      • SMB
      • 631 - CUPS 2.2
      • Zookeeper 3.4.6
      • Java-mRI
  • Exploitation
  • Priv Escalation
  • Notes
Powered by GitBook
On this page

Priv Escalation

PreviousExploitationNextNotes

Last updated 2 years ago

According to

Gcore allows you to dump information about running processes, since this is running as root we are most likely able to dump information of processes that are runing as root. Maybe out of this we can use it get some sort of information.

So we will dump the information of root processes using sudo gcore <pid>

Logogcore | GTFOBins