Skip to content

GuilherveMasco/NVD-API-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVD-API-Search

Search tool for NVD API using CVE IDs

Usage

The code for the tool is on the file main.py.

To run your the search tool, first you'll have to fill your authentication information (API Key) in the headers{ } array.

headers = {
    'apiKey': '###API KEY###'
}

Save the file and run it with the command

  • python3 main.py

The outuput will be generated on a file with the name as .json.

About

Search tool for NVD API using CVE IDs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages