Skip to content

A short powershell script to retrieve information about a specific CVE passed in argument

Notifications You must be signed in to change notification settings

noiuytre/NIST-CVE-RETRIEVER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

NIST-CVE-RETRIEVER

A short powershell script to retrieve information about a specific CVE passed in argument. Complementary with my CISA script

How to use

.'NIST_API.ps1' -CVE (your CVE Number format: CVE-XXXX-XXXXX)

How to run both scripts at the same time

!!!! The scripts should be i the same folder !!!!
.'NIST_API.ps1' -CVE (your CVE Number format: CVE-XXXX-XXXXX); .'CISA.ps1' -CVE (your CVE Number format: CVE-XXXX-XXXXX)

About

A short powershell script to retrieve information about a specific CVE passed in argument

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published