Managing Vulnerabilities
The following sections describe how to view and search for vulnerabilities.
Listing Vulnerabilities by Port
Use the vulns
command and the -p
option to search for vulnerabilities that match a particular port or port range. You can specify a single port, series of ports, or a range of ports.
1msf-pro > vulns -p 69223[*] Time: 2012-09-25 13:57:10 UTC Vuln: host=10.6.200.108 name=cve-1999-0003 refs=CVE-1999-003
Listing Vulnerabilities by Service
Use the vulns
command and the -s
option to search for vulnerabilities that match a particular port or port range. You can specify a single port, series of ports, or a range of ports.
1msf-pro > vulns -s tooltalk23[*] Time: 2012-09-25 13:57:10 UTC Vuln: host=10.6.200.108 name=cve-1999-0003 refs=CVE-1999-003
Searching for a Vulnerability
Use the vulns
command and the -S
option to search for vulnerabilities that match a keyword. The keyword can be a reference ID, vulnerability name, operating system, service, or host name.
1msf-pro > vulns -S tooltalk23[*] Time: 2012-09-25 13:57:10 UTC Vuln: host=10.6.200.108 name=cve-1999-0003 refs=CVE-1999-003
Did this page help you?