Bandit level 0 is fairly easy level , First Let’s start by logging into the machine with SSH credentials
ssh bandit0@bandit.labs.overthewire.org -p 2220
with password
bandit0
The password to next level in stored in a file called readme, where all you have to do is concatenate the file with cat command.
cat readme
and you will get the following password for our next user.
boJ9jbbUNNfktd78OOpsqOltutMc3MY1
You can access the next challenge from here
Recent Comments