Level 2

The password for the next level is stored in a file called - located in the home directory

Running the same ls command as before got us different results.

listing all files at home dir

Here we will output the contents of the file

cat ./-

Then the password revealed that can be used to bandit2!

ssh [email protected] -p 2220

Last updated