项目作者: EdoWhite

项目描述 :
CVE id to MS id
高级语言: Python
项目地址: git://github.com/EdoWhite/CVEtoMS.git
创建时间: 2020-04-12T19:31:01Z
项目社区:https://github.com/EdoWhite/CVEtoMS

开源协议:GNU General Public License v3.0

下载


CVEtoMS.py

Simple program to search for MS exploit code from CVE.
The “database” used is https://cve.mitre.org/data/refs/refmap/source-MS.html.
This page contains the table with the CVE MS reference.
This material is subjected to a Terms of Use, please read “TermsofUse” file.

Why

I created this simple script during a CTF from hackthebox. Using Windows Exploit Suggester i got lots of exploits, with the relative CVE number. Using this simple program i can easly get the MS code from CVE number.

Requirements

  • Python3
  • pandas
  • internet connection

Usage

Usage: python3 cvems.py -c CVE-2000-0053
The CVE number must be formatted as the example (CVE-xxxx-xxxx).

Example

Searching the MS number corresponding to CVE-2000-0098