May 2017
Intermediate to advanced
416 pages
21h 33m
English
Older versions of Nmap used to have a script called smb-check-vulns which consisted of checks for several SMB vulnerabilities:
This script was divided into single vulnerability checks that can run individually such as smb-vuln-ms08-067. To check all SMB vulnerabilities available in the Nmap Scripting Engine, run the following command:
$ nmap -p445 --script smb-vuln-* <target>
Read now
Unlock full access