You are logged in as: guest (uid=9999)
| Technique | What It Is | Lab |
|---|---|---|
| SUID Binaries | Binaries that run as root regardless of who executes them | Practice → |
| Sudo Misconfiguration | User allowed to run specific commands as root | Practice → |
| Writable Cron Jobs | Script run by root cron is writable by low-priv user | Practice → |
| PATH Hijacking | Root script calls command without full path | Practice → |
| Writable /etc/passwd | If writable, add your own root user | Practice → |
| Environment Variables | LD_PRELOAD abuse with sudo | Practice → |