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
- Host: GitHub
- URL: https://github.com/cyberheisen/cve2nessus
- Owner: cyberheisen
- Created: 2022-03-29T17:23:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T17:27:51.000Z (over 3 years ago)
- Last Synced: 2024-11-21T18:39:29.504Z (12 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - cyberheisen/cve2nessus - A simple python script to search the Nessus plugins for specific CVEs (Python)
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
```