Connection
The notes describe this one as "Nice and easy VM ;)"
nmap scan results:

Port 80 is just the default apache web page. Nothing special.
I then was able to login annonymously through port 445 on smbclient. Again nothing here but I was able to upload a php reverse shell and gain initial access.
Privilege escalation was pretty easy. I ran find / -perm -u=s -type f 2>/dev/null
and went with suid gdb.
Last updated
Was this helpful?