Tools & Utility

Linux Exploit Suggester

Tool that suggests possible kernel exploits based on the target's kernel version.

#privesc#linux#kernel#exploits

Linux Exploit Suggester

Suggests possible kernel exploits based on the target's kernel version.

Usage

bash
# Download
wget https://raw.githubusercontent.com/mzet-/linux-exploit-suggester/master/linux-exploit-suggester.sh

Run

chmod +x linux-exploit-suggester.sh ./linux-exploit-suggester.sh

Or pipe kernel version

uname -r | ./linux-exploit-suggester.sh

The tool compares the kernel version against a database of known exploits and suggests potential privilege escalation paths.