The clue for this level is ‘ The password for the next level is stored in a file called – located in the home directory ‘ . Use the password from level 1 to ssh on level 2 with user name ‘bandit1’.

After login, use ‘pwd’ and ‘ls’ command to look at the file ‘-‘. As we can see, there are file with dash character. To handling this kind of file, we can use ‘./’ character and ‘cat’ command to read the file.

Use this password to login for the next level.
Leave a comment