Skip to content

CVE2Table will take a list of CVEs, search for additional information and return a table.

Notifications You must be signed in to change notification settings

DerAlexmeister/CVE2Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVE2Table

CVE2Table will take a list of CVEs, search for additional information and return a markdown table. The purpose of this project is to provide a simple and easy to use markdown table generator for pentest reports and similar stuff. The tool will search for all CVEs using the CIRCL.lu REST-API.

Installation

...

Usage

This command will search for all CVEs in test.data. The result will be stored in anotherfilename.md and without the field summary.

CVE2Table -f .\test.data -t C:\some\path\to\store\the\markdown\file -to anotherfilename.md -nosum

This command will search for all CVEs in test.data. The result will be stored in anotherfilename.md.

CVE2Table -f .\test.data -t C:\some\path\to\store\the\markdown\file -to anotherfilename.md

About

CVE2Table will take a list of CVEs, search for additional information and return a table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages