Skip to content

Commit

Permalink
chg: [tools] Added Nmap vulnerability lookup script to the list of to…
Browse files Browse the repository at this point in the history
…ols.
  • Loading branch information
cedricbonhomme committed Dec 23, 2024
1 parent 3ce99b1 commit f2d46be
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions content/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,19 @@ A suite of sighting clients is already available to support this functionality:

If you want to create your own sigthing tool, it's recommended to use [PyVulnerabilityLookup](https://github.com/cve-search/PyVulnerabilityLookup), a Python library to access Vulnerability-Lookup via its REST API.

## Libraries to access the Vulnerability-Lookup API

- [PyVulnerabilityLookup](https://github.com/cve-search/PyVulnerabilityLookup) the official Python
library using the Vulnerability-Lookup Rest API.


## Software extending Vulnerability-Lookup functionalities

- [CPE Guesser](https://github.com/cve-search/cpe-guesser) - a command-line tool or web service designed to guess
the CPE name based on one or more keywords.


## Libraries to access the Vulnerability-Lookup API
## Software using Vulnerability-Lookup functionalities

- [PyVulnerabilityLookup](https://github.com/cve-search/PyVulnerabilityLookup) the official Python
library using the Vulnerability-Lookup Rest API.
- [Nmap vulnerability lookup script](https://github.com/cve-search/vulnerability-lookup/blob/main/tools/vulnerability-lookup.nse)
For each available CPE the script prints out known vulns (links to the correspondent info) and correspondent CVSS scores.

0 comments on commit f2d46be

Please sign in to comment.