Kernel Exploits

Windows Privilege Escalation Cheat Sheet – Kernel Exploits

This section is going to be very brief because you’re unlikely to get a kernel exploit in your OSCP exam.

There’s a nice kernel exploit enum tool that you can quickly run though so it’s worth covering just in case.

Windows Exploit Suggester

Download the tool here:

https://github.com/AonCyberLabs/Windows-Exploit-Suggester/blob/master/windows-exploit-suggester.py

Download to your Windows target and run:

python windows-exploit-suggester.py sys.txt -i 'Elevation of Privilege' --exploits-only

Last updated

Was this helpful?