Overthewire Leviathan Level 7
Solution for the Overthewire.org Leviathan level 7
Level Goal
There is no information for this level, intentionally.
Walkthrough
Login to the server using the password obtained from the previous level Leviathan level 6.
username: leviathan7
1
ssh leviathan7@leviathan.labs.overthewire.org -p 2223
This is not an actual challenge so there is nothing to do except read a file.
Checking the home directory there is a file CONGRATUALATION
and reading the file will give a congratulation message.
1
2
3
4
5
leviathan7@leviathan:~$ ls
CONGRATULATIONS
leviathan7@leviathan:~$ cat CONGRATULATIONS
Well Done, you seem to have used a *nix system before, now try something more serious.
That is the Leviathan series of challenges complete.
This post is licensed under CC BY 4.0 by the author.