kernel exploit
kernel exploits target vulnerabilities in the windows kernel to gain elevated privileges
Clone Windows Exploit Suggester:
git clone http://github.com/AonCyberLabs/Windows-Exploit-Suggester.git
Install Required Depenedencies
apt install python3-xlrd python xlrd-docs
Install compatible xlrd
version:
xlrd
version:pip install xlrd=1.2.0
Run Windows Exploit Suggester:
python windows-exploit-suggester.py --help
Update Exploit Databse:
python windows-exploit-suggester.py --update
Extract System information and pass it to text file
systeminfo > sysinfo.txt
Analyze system info with exploit suggester
python windows-exploit-suggester.py --database 2023-11-01-mssb.xlsx --systeminfo /tmp/sysinfo.txt
Windows Kernel exploit Repository
SecWiki Windows Kernel Exploits
Use Meterpreter to suggest kernel exploits:
meterpreter > run post/multi/recon/local_exploit_suggester
Windows 7 Ultimate ()
In this particular version priviledge escalation can always we done when you have shell of iis_users.
reverseshells.com
Last updated