System End of Life

Querying Current Patch Level

wmic qfe

Running Sherlock

PS > Set-ExecutionPolicy bypass -Scope process
PS > Import-Module .\Sherlock.ps1
PS > Find-AllVulns

Gathering Systeminfo Command Output

systeminfo

Windows Exploit Suggester

sudo python2.7 windows-exploit-suggester.py --update
python2.7 windows-exploit-suggester.py  --database 2021-05-13-mssb.xls --systeminfo win7lpe-systeminfo.txt

Last updated