Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Learn basic Linux commands and file permissions. Use hints to find SUID and retrieve the flag.
Read hint.txt to understand the situation
Look for files with the SUID bit set
Find SUID files: `find / -perm -4000 2>/dev/null`
Use the hinted binary to get the flag