Monday, August 1, 2022

 

Bandit5




bandit level5

ssh server: bandit.labs.overthewire.org port 2220

username: bandit5

password: koReBOKuIDDepwhWk7jZC0RTdopnAYKh


after connecting to the server, cd to the "inhere" directory then ls -al shows the "inhere" contents

if we tried to list the contents of any directory in the inhere we will find different files in each directory some are text and some are executables


so we need now to search in all the 19 directory for a text only file its size is only 1033 byte (characters), and is not executable.


now all what we need is to read this file we found in the "maybehere07" directory

this is the password for the next level bandit6
tell we meet there


Your comments and feedback are highly appreciated

Thank You

No comments:

Post a Comment

Bandit26

  Bandit26 bandit level26 ssh server: bandit.labs.overthewire.org port 2220 username:  bandit26 password:  c7GvcKlw9mC7aUQaPx7nwFstuAIBw1o1 ...