windows-exploit-suggester
wes systeminfo.txt --exploits-only --impact "elevation of privilege"
- requires
sudo apt install python-pip # python2 pippython2 -m pip install xlrd==1.2.0 # https://github.com/AonCyberLabs/Windows-Exploit-Suggester/issues/50
https://github.com/Riqky/Windows-Exploit-Suggester
- needs a fix for io.StringIO
- needs a try except IndexError
- /opt/Windows-Exploit-Suggester/
python3 windows-exploit-suggester.py --update
python3 windows-exploit-suggester.py -i /host/htb/granny/systeminfo.txt --database 2022-06-04-mssb.xls
python /opt/Windows-Exploit-Suggester/windows-exploit-suggester.py -i systeminfo.txt -d /opt/Windows-Exploit-Suggester/2022-06-04-mssb.xlsx
wes.py
- wes --update
- wes systeminfo.txt --impact 'Elevation of Privilege' -s critical
- wes systeminfo.txt --exploits-only
--- impacts • Impact: Denial of Service • Impact: Elevation of Privilege • Impact: Information Disclosure • Impact: Remote Code Execution • Impact: Security Feature Bypass • Impact: Spoofing
--- severities • Severity: Critical • Severity: Important