🖥️ Challenge / Machine Info
- Platform: vulnhub
- Name / Title: mrrobot
- Difficulty: Easy
- Target OS / Environment: Linux
- Key Vulnerability Focus: WordPress exploit / SUID Nmap
Walkthrough
- Web Enum: Gobuster yields /wp-login.php.
- Initial Foothold: Brute-force WordPress username and passwords, upload a PHP reverse shell.
- Privilege Escalation: Locate SUID map binary, trigger interactive mode ( map –interactive), and run !sh to get root.