An open API service indexing awesome lists of open source software.

https://github.com/cyberheisen/cve2nessus

A simple python script to search the Nessus plugins for specific CVEs
https://github.com/cyberheisen/cve2nessus

Last synced: 4 months ago
JSON representation

A simple python script to search the Nessus plugins for specific CVEs

Awesome Lists containing this project

README

          

# cve2nessus
A simple python script to search the Nessus plugins for specific CVEs. The script will input a list of CVEs contained in a file and return a csv file with any corresponding nessus plugins for the CVEs.

### Usage
```
$ python3 ./cve2nessus.py
usage: cve2nessus.py filename
```