Skip to content

haginara/msrc-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSRC(Microsoft Security Research Center) API for python

Installation

pip install msrc

Requirements

  • requests

CLI Usage

# Search with CVE
python msrc.py CVE-2018-8174
# Search with KB
python msrc.py KB5014699

API Usage

from msrc import MSRC
from msrc import CVRF

client = MSRC()
cvrf: CVRF = client.get_cvrf("CVE-2017-0144")
cvrf.DocumentTitle
cvrf.DocumentType
cvrf.Vulnerability