🐧Snookums

IP: 192.168.116.58

Enumeration

Nmap scan

rustscan -a 192.168.116.58 -- -A 

Port 21

FTP does allow anonymous login but I found nothing here.

Port 80

Dirbuster scan

This page is vulnerable to remote file inclusion.

Had to use an already open port for reverse shell.

Port 111

Port 139,445

This does allow anonymous login.

Shell

db.php

Had to spawn a bash reverse shell back to another listener for this to let me log into the database. Spent a long time in a hole trying to figure out why I couldn't log into MySQL.

Linpeas found that /etc/passwd was writable by michael.

Root

Last updated