Level Goal
The password for the next level is stored in a file called – located in the home directory.
Solution
We’ll SSH in using the password we got from Level 0: boJ9jbbUNNfktd78OOpsqOltutMc3MY1.
1 |
$ ssh [email protected] -p 2220 |
Pretty much all commands will treat – as an option, so we need to specify that it’s a file. This can be done by providing the full path, or alternatively, the relative path. So let’s make it easy.
1 2 |
[email protected]:~$ cat ./- CV1DtqXWVFXTvM2F0k09SHz0YwRINYA9 |
Oh golly.