Challenge 00

Linux Basics

You've gained access to a Linux machine. Use basic commands to explore the filesystem and find the hidden flag.

Difficulty: Beginner
Try ls to list files in the current directory.
Use ls -a to see hidden files and directories. Then cd into interesting folders.
Use cat to read file contents. The flag format is FLAG{...}
user@challenge:~ — Linux Basics
~ $
Submit Flag
Found the flag? Paste it below to complete the challenge.
🎉
Challenge Complete!

You found the flag by exploring the Linux filesystem. This is the foundation of every pentest — enumeration always comes first.

Subscribe ↗ Back to Academy