Ms17-010
// authenticated scan
$nmap --script smb-vuln-ms17-010 --script-args smbuser=<user>,smbpass=<pass> -p445 <target>
sudo nmap -sV -Pn -sT -T4 -p 445 --script smb-vuln-ms17-010.nse 192.168.56.101
Last updated
Was this helpful?
// authenticated scan
$nmap --script smb-vuln-ms17-010 --script-args smbuser=<user>,smbpass=<pass> -p445 <target>
sudo nmap -sV -Pn -sT -T4 -p 445 --script smb-vuln-ms17-010.nse 192.168.56.101
Last updated
Was this helpful?