Linux Privilege Escalation
5 missions#2
Hidden Artifacts
Adversaries often hide secrets in dotfiles. Inspect /home/user thoroughly with ls -la and find.
#10SUID Privilege Escalation
A binary has the SUID bit set. Find it and abuse it to drop into a root shell.
#11Sudo Misconfiguration
The sudoers file allows a dangerous command to run as root without a password.
#27Cron Backdoor
A cron job runs as root and uses a wildcard in a writable directory, allowing command injection.
#32Process Environment Leak
A running process inherited a secret from its parent. Read the process environment to find it.