Windows Exploit Suggester - Next Generation (WES-NG)
-
→ python wes.py –update
→ python wes.py sysinfoTarget.txt
List only vulnerabilities with exploits, excluding
IE, Edge and Flash
→ wes.py systeminfo.txt –exploits-only –hide “Internet Explorer” Edge Flash
→ wes.py systeminfo.txt -e –hide “Internet Explorer” Edge Flash
Only show vulnerabilities of a certain impact
→ wes.py systeminfo.txt - -impact “Remote Code Execution”
→ wes.py systeminfo.txt -i “Remote Code Execution”
→ wes.py systeminfo.txt -i “Elevation of Privilege”
Only show vulnerabilities of a certain severity
→ wes.py systeminfo.txt –severity critical important
→ wes.py systeminfo.txt -s critical