NMAP

root@oco:~$ nmap -sV --script="http-vuln*,vulners" -oA vuln_scan 10.10.10.10 -p {identifiedPorts, ...}
 
 * the vulners script queries the Vulners DB based on version info from -sV

Last updated