One minute
OverTheWire - Leviathan
Level 0
root@kali:~# ssh leviathan.labs.overthewire.org -p 2223 -l leviathan0
[…]
leviathan0@leviathan:$ ls$ ls -alh
leviathan0@leviathan:
total 24K
drwxr-xr-x 3 root root 4.0K Oct 29 2018 .
drwxr-xr-x 10 root root 4.0K Oct 29 2018 ..
drwxr-x— 2 leviathan1 leviathan0 4.0K Oct 29 2018 .backup
-rw-r–r– 1 root root 220 May 15 2017 .bash_logout
-rw-r–r– 1 root root 3.5K May 15 2017 .bashrc
-rw-r–r– 1 root root 675 May 15 2017 .profile
leviathan0@leviathan:$ cat .backup$ cd .backup/
cat: .backup: Is a directory
leviathan0@leviathan:
leviathan0@leviathan:/.backup$ ls/.backup$ ls -alh
bookmarks.html
leviathan0@leviathan:
total 140K
drwxr-x— 2 leviathan1 leviathan0 4.0K Oct 29 2018 .
drwxr-xr-x 3 root root 4.0K Oct 29 2018 ..
-rw-r—– 1 leviathan1 leviathan0 131K Oct 29 2018 bookmarks.html
leviathan0@leviathan:~/.backup$ cat bookmarks.html | grep pass
Level 0 zu Level 1