Bandit 0
Level Goal
The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on port 2220. The username is bandit0 and the password is bandit0. Once logged in, go to the Level 1 page to find out how to beat Level 1.
Commands you may need to solve this level
Helpful Reading Material
Solving
SSH into bandit0 user:
ssh -p 2220 bandit0@bandit.labs.overthewire.org

Now provide a password:
bandit0

This is the end of level 0, next step is to go to level 1, the first level to capture the flag !
Last updated