OverTheWire-Level Directory
Previous Level: 2
Level 3 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 bandit3@bandit.labs.overthewire.org -p 2220”
Password:”UmHadQclWmgdLOKQ3YNgjWxGoRMb5luK”
We are now into level 3
For this level we are told
“The password for the next level is stored in a hidden file in the inhere directory.”
If you have done this before you will know you can use
“ls -a” to show hidden files/folders
to find the password we will use
“cd inhere/” to go into the directory
Once inside we will use
“ls -a” to show hidden files/folders again which shows a “.hidden” file
If we “cat .hidden”
we will find the password
“pIwrPrtPN36QITSp3EQaw936yaFoFgAB”
Once again we can use
“ssh bandit4@bandit.labs.overthewire.org -p 2220”
and the password we just found to login to the next level
Next Level: 4
