Dr4ks / CVE_Manager

This repository's purpose is to keep up2date for systems,applications,softwares,hardwares and firmwares to protect from trend-topic vulnerabilities by making notification to admins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE Manager

🚀 About Me

I'm a Cyber Security student and open always to learning.

Links

linkedin hackerrank tryhackme HackTheBox github

Content

Description

This script is considered to keep up2date for Vulnerability Management through different systems and services. For this project, I will use NVD API to pull vulnerabilities for systems and services.

Infrastructure Information

We have data which contains related information for our systems,applications,operating systems,firmware,hardware and installed softwares. This related information structure is considered as below.

{
        "type":"type_of_system",
        "name": "name_of_system",
        "version": "version_of_system",
        "owner team": "owner_team_of_system" 
}

Note: Type of systems can be below predefined values.

h: Hardware (e.g., device model)
o: Operating System
a: Application
f: Firmware
i: Installed software

Workflow

alt text

You can also get .drawio file from here

Example

You can see output as below.

alt text

Author

About

This repository's purpose is to keep up2date for systems,applications,softwares,hardwares and firmwares to protect from trend-topic vulnerabilities by making notification to admins.


Languages

Language:Python 100.0%