Level Goal
The password for the next level is stored in a hidden file in the inhere directory.
Solution
Password: UmHadQclWmgdLOKQ3YNgjWxGoRMb5luK
1 |
$ ssh [email protected] -p 2220 |
Let’s find our file. We know it’s a hidden file, so we’ll use ls -a to list all the files. By default, ls will ignore any file with . at the start.
1 2 3 4 |
Now let’s read it.
1 2 |
[email protected]:~$ cat inhere/.hidden pIwrPrtPN36QITSp3EQaw936yaFoFgAB |
Golly gee.