Windows-Kernel-exploit
Performing enumeration for the privilege escalation using native windows features and commands.
Information for findig out exploit
Get system information
systeminfo
Get the patches on the system
Get-CimInstance -Class win32_quickfixengineering | Where-Object { $_.Description -eq "Security Update" }