SMB


After establishing a VPN connection with the target host, an additional Nmap scan was performed. It reported a SMB server on port 445

┌──(kali㉿kali)-[~/archive/htb/labs/conceal]
└─$ smbclient -L //$IP/                   
password for [workgroup\kali]:
session setup failed: NT_STATUS_ACCESS_DENIED

The SMB server doesn’t allow anonymous login

Nothing to do here without a valid credential