UID: 20240513154816
tags:
- 漏洞扫描
- windows提权
created: 2024-05-13
dg-publish:
- "true"
python3 wes.py --update 或者-u //获取最新漏洞数据库
systeminfo >systeminfo.txt //写入文本
pyhton .\wes.py .\systeminfo.txt -c 检测/-c是显示颜色
-o 1.csv /输出为csv
-i “指定漏洞类型”
python wes.py systeminfo.txt --color
python wes.py systeminfo.txt --color -i "Elevation of Privilege"