tryhackme CTF walkthrough - mr. robot

Posted on Nov 19, 2023

description

In this beginner-friendly CTF walkthrough from TryHackMe we will:

  • use nmap to enumerate ports/services
  • use gobuster to discover hidden directories and files on the web server
  • discover encoded login credentials on a hidden page
  • use this to log into a wordpress portal
  • use editor privileges to get execute a php rev shell script to get onto the box
  • decode credentials to elevate privileges
  • discover a SUID bit set on nmap binary
  • use a simple 2-step process to get root using the SUID bit