Previous

Netsh for window

Window is compromised with privilege escalation. in addition to being connected to the current network (10.11.0.x), it has an additional network interface that seems to be connected to a different network (192.168.1.x). In this internal subnet, we identify a Windows Server 2016 machine (192.168.1.110) that has TCP port 445 open. (there are certain requirement which can be read in oscp material)

sudo mkdir /mnt/win10_share
sudo mount -t cifs -o port=4455 //10.11.0.22/<sharename> -o username=Administrator,password=Qwerty09! /mnt/win10_share
ls -l /mnt/win10_share/