linux-exploit-suggester

Suggest Linux privilege escalation CVEs based on kernel version.

15|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/AeonDave/malskill --skill linux-exploit-suggester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linux-exploit-suggester
Source: https://github.com/AeonDave/malskill/tree/main/offensive-tools/linux/linux-exploit-suggester
Command: npx skills add https://github.com/AeonDave/malskill --skill linux-exploit-suggester

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps identify potential privilege escalation exploits for Linux systems by matching the system's kernel version against a database of known vulnerabilities.

Core Features & Use Cases

  • Kernel Version Matching: Automatically detects the Linux kernel version.
  • CVE Suggestion: Lists relevant CVEs and exploits for privilege escalation.
  • Use Case: After gaining initial access to a Linux server, use this Skill to quickly find known exploits that can be used to escalate privileges to root.

Quick Start

Download and run the linux-exploit-suggester script on the target Linux system.

Frequently Asked Questions about linux-exploit-suggester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find Linux privilege escalation exploits based on the kernel version?

To find Linux privilege escalation exploits, you can use a script that maps running Linux versions to known privesc CVEs. It automates the identification of applicable local privilege escalation vulnerabilities for post-exploitation scenarios.

Can I manually specify a Linux kernel version to check for applicable CVEs?

Yes, you can manually specify a Linux kernel version to check for applicable CVEs. The script supports manual kernel specification alongside automatic OS detail detection to suggest relevant privilege escalation exploits.

What is the best way to identify local privilege escalation CVEs after gaining initial access to a Linux server?

The best way to identify local privilege escalation CVEs is by matching the compromised system's kernel version against a database of known vulnerabilities. This process automates the discovery of applicable exploits to escalate privileges to root.

Does the Linux exploit suggester require any dependencies to run on a target system?

No dependencies are required to run the Linux exploit suggester. You can download and execute the script directly on the target Linux system to map running versions to known privesc CVEs.

How do I get detailed output when checking Linux kernel versions for known vulnerabilities?

To get detailed output when checking Linux kernel versions for known vulnerabilities, the script supports a verbose output mode. This provides expanded information regarding the suggested privilege escalation CVEs and exploits.