项目地址:https://github.com/ianxtianxt/win-exp-
下载之后,为了方便使用将脚本重命名为exp.py
将systeminfo信息保存到info.txt
在cmd中输入:
systeminfo >> info.txt
将info.txt复制到exp.py脚本同一目录下
使用--update标志从Microsoft自动下载安全公告数据库的功能,并将其另存为Excel电子表格
python exp.py --update
然后下载xlrd库
pip3 install xlrd
开始检测
python exp.py --database 2020-03-10-mssb.xls --systeminfo info.txt