Sudoers Maze TSG CTF Challenge Writeup: Horizontal Privilege Escalation
Challenge
Category: Privilege Escalation / Scripting
Goal: Escalate privileges from user u0 to u1000 to read the flag.
Solution
1. Reconnaissance & Analysis
We start as user u0, but the flag is owned by u1000.
u0@e96c3faa3737:/home/user$ whoami
u0
...
ctfs.hashnode.dev5 min read