天天看點

Windows-Exploit-Suggester

Windows-Exploit-Suggester

1,下載下傳Windows-Exploit-Suggester

下載下傳位址:https://github.com/GDSSecurity/Windows-Exploit-Suggester

2,此python腳本用2.x(2.7.9)

下載下傳python2.7版本,配置環境變量,右擊計算機,選擇屬性=》進階系統設定=》環境變量=》找到Path=》編輯=》在變量值最後加上;E:\Python27;E:\Python27\Scripts

Windows-Exploit-Suggester
Windows-Exploit-Suggester
Windows-Exploit-Suggester

在cmd下檢視python和pip是否可以執行指令

Windows-Exploit-Suggester
Windows-Exploit-Suggester

3 ,改變pip2de xlrd的版本

pip2 install xlrd==1.2.0 安裝xlrd=1.2.0 否則提示無法解析excel

Windows-Exploit-Suggester

4,下載下傳漏洞庫

将下載下傳的檔案放到Python27目錄下,在cmd中找到對應得位置

Windows-Exploit-Suggester

執行指令

python2 windows-exploit-suggester.py –update

下載下傳漏洞庫

Windows-Exploit-Suggester

生成了2021-03-25-mssb.xls檔案

Windows-Exploit-Suggester

打開表可以看到漏洞更新檔

Windows-Exploit-Suggester

5,生成系統的資訊檔案

systeminfo>1.txt

Windows-Exploit-Suggester
Windows-Exploit-Suggester

6,檢視系統漏洞

将檔案都放在E:\Python27\Windows-Exploit-Suggester-master目錄下

Windows-Exploit-Suggester

進入cmd指令

執行指令

python2 windows-expoit-suggester.py --database 2021-3-7-mssb.xls --systeminfo 1.txt

Windows-Exploit-Suggester

繼續閱讀