Enumerating SMB
Nmap
Run nmap to find out if there are any SMB shares

Metasploit
Use
msfconsole
to run Metasploit and findsmb_version
module


SMBclient
Attempt to connect to SMB share
-L
will list out the files

From this we see there are two file shares -
IPC
andADMIN

Last updated