Level 0 #
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.
Commands you may need to solve this level #
ssh
Write up #

ssh [email protected] -p 2220
Level 0 -> 1 #
The password for the next level is stored in a file called readme located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH (on port 2220) to log into that level and continue the game.
Commands you may need to solve this level #
ls, cd, cat, file, du, find
Write up #

Level 1 -> 2 #
The password for the next level is stored in a file called – located in the home directory.
Commands you may need to solve this level #
ls, cd, cat, file, du, find
Write up #

Level 2 -> 3 #
The password for the next level is stored in a file called spaces in this filename located in the home directory.
Commands you may need to solve this level #
ls, cd, cat, file, du, find

Level 3 -> 4 #
The password for the next level is stored in a hidden file in the inhere directory.
Commands you may need to solve this level #
ls, cd, cat, file, du, find
Write up #

Level 4 -> 5 #
The password for the next level is stored in the only human-readable file in the inhere directory. Tip: if your terminal is messed up, try the “reset” command.
Commands you may need to solve this level #
ls, cd, cat, file, du, find
Write up #

Level 5 -> 6 #
The password for the next level is stored in a file somewhere under the inhere directory and has all of the following properties:
- human-readable
- 1033 bytes in size
- not executable
Commands you may need to solve this level #
ls, cd, cat, file, du, find
Write up #
