OverTheWire-Level Directory
Previous Level: 1
Level 2 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 bandit2@bandit.labs.overthewire.org -p 2220”
Password:”CV1DtqXWVFXTvM2F0k09SHz0YwRINYA9”
We are now into level 2
For this level we are told
“The password for the next level is stored in a file called ‘spaces in this filename’ located in the home directory”
If you have done this before you will know you can use
“‘cat spaces in this filename’” (Keeping one pair of single or double qoutes around the file)
to read this file which will give us the password
“UmHadQclWmgdLOKQ3YNgjWxGoRMb5luK”
Once again we can use
“ssh bandit3@bandit.labs.overthewire.org -p 2220”
and the password we just found to login to the next level
Next Level: 3
