What you will learn
- Investigate systems with core commands
- Understand files and permissions
- Find evidence in logs and running processes
Practice Linux commands, permissions, processes, logs, and privilege boundaries through focused security challenges.
39 challenges available.
Linux Level 2 A custom-built deb package is installed on this system. Use dpkg or apt to inspect the package's details and find…
Linux Level 2 Among several background processes, one has the flag embedded in its command-line arguments. List them with ps and…
Linux Level 2 Several users are registered on this system. Parse /etc/passwd with awk to find the one matching a specific condition,…
Linux Level 2 Some older log files have been gzip-compressed by log rotation. Use a command that searches inside compressed files…
Linux Level 2 Multiple application and system log files are provided. The flag is embedded in a single DEBUG-level line — narrow it…
Linux Level 2 Several environment variables, including some dummy credentials, are set on this system. List them with env and find…
Linux Level 3 A specific binary on this system has Linux capabilities assigned to it. Investigate a privilege escalation technique…
Linux Level 3 A copy of the find command with the SUID bit set exists on this system. Use a well-known GTFOBins technique to obtain…
Linux Level 3 A daemon process runs continuously in the background, with the flag set as one of its environment variables.…
Linux Level 3 A binary that prints nothing to standard output is provided. Trace its system calls with strace to determine which…
Linux Level 3 A cleanup script that root runs periodically has a gap (TOCTOU) between checking and acting on a file. Try exploiting…
Linux Level 4 This challenge analyzes a vulnerable kernel module with a /proc interface as a safe user-space simulation. Find the…
Linux Level 4 A vulnerable SUID C binary with protections disabled is provided. Exploit its buffer overflow to redirect control flow…
Linux Level 5 This challenge safely recreates eBPF-rootkit investigation as offline evidence analysis. Without loading eBPF or…
Linux Level 5 This challenge models mmap, MAP_PRIVATE, and madvise—the ingredients used by Dirty COW (CVE-2016-5195)—as a safe,…