Level 1 : Terminal Basics
Problem:
This level wasn’t particularly different to level 0. After successfully logging into the ssh port of the server, we then have to open the file that contains the password of the next level’s ssh login. We are even told it is in the directory that we land on when we successfully log in.
My Approach:
First, I had to ssh into the game server through bandit0′s account,
‘ssh [email protected] -p 2220′ password: ‘bandit0′
then, I checked the files in the directory that i landed in,
‘ls’
and opened the only file in the directory,
‘cat readme’
viola, there’s my password to ssh in as the user, bandit1
Post lab:
Not much to report for this one.











