Bandit Level 1

OverTheWire-Level Directory

Next Level: 0

Level 1 Fight!

In order to begin you will need to use PuTTY or preferably Linux and use the following information

If you are currently in a level type “logout”

Now type “ssh bandit1@bandit.labs.overthewire.org -p 2220”
Password:”boJ9jbbUNNfktd78OOpsqOltutMc3MY1”
We are now into level 1

For this level we are told

“The password for the next level is stored in a file called - located in the home directory”

If you have done this before you will know you can use

“cat ./-“

to read this file which will give us the password

“CV1DtqXWVFXTvM2F0k09SHz0YwRINYA9”

Once again we can use
“ssh bandit2@bandit.labs.overthewire.org -p 2220”
and the password we just found to login to the next level

Next Level: 2