Get In Touch

Have questions or want to talk about working together? Want to become friends in the cyber world? Let's chat!


Contact me

Bandit

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 #

OverTheWire Bandit splash page
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 #

This image has an empty alt attribute; its file name is image-1.png

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 #

This image has an empty alt attribute; its file name is image-2.png

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

This image has an empty alt attribute; its file name is image-7.png

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 #

This image has an empty alt attribute; its file name is image-4.png

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 #

This image has an empty alt attribute; its file name is image-8.png

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 #

This image has an empty alt attribute; its file name is image-6.png