Thief

You've broken into a machine. Passwords are hidden across the filesystem — each one grants you access to the next user. Find them all and take the machine.

The game teaches fundamental Linux skills: reading files, handling unusual filenames, navigating directories, and identifying file types. No prior experience required — just a terminal and persistence.

Connect

Open a terminal and run:


    click to copy
  
host
port30022
userthief0
passthief0

Levels

0 → 1Read a file in the home directory
1 → 2Read a file with spaces in its name
2 → 3Find a hidden file inside a directory
3 → 4Identify the only human-readable file among many
4 → 5Find a specific line among hundreds in a file
5 → 6Decode a base64-encoded string
6 → 7Locate a file by size across nested directories
7 → 8Decompress a gzip file to read its contents
8 → 9Find the unique line in a file full of duplicates

Rules

shared serverAll players connect to the same machine. Passwords reset on every server restart.
no spoilersPasswords change each run — sharing answers doesn't help.
read-onlyChallenge files are owned by root. You can read them, not delete them.
no accountNo registration. SSH in and start playing.