Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 453 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 453 Bytes

CVEThreatScan

A simple threat scanner python script that checks for installed programs and corresponding vulnerabilities.

CVEThreatScan retrieves current user's installed programs on a Windows PC by checking relevant registry keys and then it checks for CVE vulnerabilities for each identified program by accessing the National Vulnerability Database (NVD) API provided by NIST.

Results are saved in a dedicated csv file at the end of the analysis.