Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 289 Bytes

File metadata and controls

18 lines (14 loc) · 289 Bytes

MSRC(Microsoft Security Research Center) API for python

Installation

pip install msrc

Requirements

  • requests

Usage

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