Briefing

Who this is for: anyone serious about real security work. It does not matter whether you have never opened a terminal before or whether you have been writing code for years — if you cannot move through a Linux system like it is your second home, the rest of this industry stays out of reach. Offensive security, defensive security, incident response, cloud, AI security — every single discipline demands the same basic fluency. Ghost gives it to you.

Who we are preparing: BreachLab trains the kind of security specialist that Fortune 500 companies, cloud providers, and national cyber units all compete for and cannot find — Anonymous-level in the literal sense. Ghost is step one. This is not a certificate mill. It is a forge.

Note for beginners

This game, like most other games, is organised in levels. You start at Level 0 and try to beat each level in order. Finishing a level gives you the password (and a flag) for the next level. On the platform, the page for each level tells you its points and whether you or anyone has solved it yet.

There are several things you can try when you are unsure how to continue:

  • First, if you know a command, but don't know how to use it, try the manual (man <command>) by entering man command. For example, man ls to learn about the ls command.
  • Second, if there is no manual, the command might be a shell built-in. In that case use the help command (e.g. help cd).
  • Also, your favorite search engine is your friend. Learn how to use it. Pick a query that teaches you something rather than one that hands you the answer.
  • Lastly, if you are still stuck, you can join the community — but do not spoil levels (see rules).

You're ready to start. Begin with Level 0 using the SSH access below.

SSH Access

Host
204.168.229.209
Port
2222
User
ghost0 (level 0)
Password
ghost0
ssh [email protected] -p 2222

[ Save your flags ]

Each level's flag is also the SSH password for the next user. The platform does not show it again. Save it the moment you find it — to a password manager, a notebook, anywhere durable. This is part of the training: real ops, you log credentials as you obtain them.

Levels

Ghost's shape draws on Bandit by OverTheWire. Credit to the OTW team for setting the template.