Skip to content

Windows discover & Mount

  • Start with a nmap scan
Terminal window
nmap -T4 $IP_RANGE/24 --open

  • After the servers with SMB services were discovered, run a more deep and detailed scan
Terminal window
nmap -T4 $IP -sV -sC
Terminal window
net use Z: \\10.0.0.1\C$ smbserver_111 /user:administrator