Bandit Level 4

OverTheWire-Level Directory
Previous Level: 3

Level 4 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 bandit4@bandit.labs.overthewire.org -p 2220”
Password:”pIwrPrtPN36QITSp3EQaw936yaFoFgAB”
We are now into level 4

For this level we are told

“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.”

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

“ls “ to show files/folders

If we then “cd inhere”

To find the password we will

“cat “./-file07” to read the file

we will find the password

“koReBOKuIDDepwhWk7jZC0RTdopnAYKh”

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

Next Level: 5