Extract the output of the systeminfo command:
systeminfo > systeminfo.txtRun wesng to find potential exploits:
python wes.py systeminfo.txt -i 'Elevation of Privilege' --exploits-only | less
# https://github.com/SecWiki/windows-kernel-exploitssysteminfo > systeminfo.txtpython wes.py systeminfo.txt -i 'Elevation of Privilege' --exploits-only | less
# https://github.com/SecWiki/windows-kernel-exploits