HTB Notes: Archetype
SMB
Scanning the machine we find the following services running:
SMB (445)
SQL Server (1433)
We can list the shares or services by using the following command.
smbclient -L //10.129.227.227 --user=Administator
This works because the SMB server is...
willsec.hashnode.dev3 min read