Public Exploits

SearchSploit

searchsploit <Keyword>

Kernel Vulnerabilities:

  • Linux

NOTE: Obtain the following by enumerating the machine

  • Distribution Version

uname -r
  • Kernel Version

cat /etc/issue
searchsploit "linux kernel <Distribution Version> Local Privilege Escalation" | grep "<Kernel Version>"
  • Windows

NOTE: Obtain the following by enumerating the machine

  • Windows Version

systeminfo | findstr /B /C:"OS NAME" /C:"OS VERSION"
searchsploit "Windows Kernel <Windows Version> Local Privilege Escalation"

ExploitDB

NOTE: Search for exploit

  • Google: <Keyword> exploitdb

Last updated