metasploit

Validate and exploit CVEs with Metasploit in a controlled container.

13|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/0x0pointer/skills --skill metasploit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metasploit
Source: https://github.com/0x0pointer/skills/tree/main/metasploit
Command: npx skills add https://github.com/0x0pointer/skills --skill metasploit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables controlled validation and exploitation of confirmed vulnerabilities using the Metasploit Framework inside a dedicated container, turning CVEs into verifiable exploitability with reproducible workflows.

Core Features & Use Cases

  • Validates CVEs discovered by external scanners with actual Metasploit exploits to confirm exploitability.
  • Provides an end-to-end workflow from module discovery through post-exploitation pivoting and reporting.
  • Integrates with MCP-like servers and supports depth presets (quick/standard/thorough) to manage scope, cost, and risk.

Quick Start

Provide a target and CVE, then start the session to begin discovery, validation, exploitation, and wrap-up.

Frequently Asked Questions about metasploit

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

FAQPage Schema
How do I validate CVEs found by vulnerability scanners using Metasploit?

Metasploit validates CVEs discovered by external scanners by applying actual exploits within a dedicated container. This turns identified vulnerabilities into verifiable exploitability through a reproducible phase-driven workflow.

How do I perform pivoting after exploiting a CVE in a pentest engagement?

Pivoting after exploiting a CVE is handled during the post-exploitation phase. After initial exploitation confirms access, the workflow applies post-exploitation pivots to move deeper into the target network before generating a final report.

Can I automate Metasploit exploit validation for multiple CVEs?

You can automate Metasploit exploit validation using supported automation hooks and MCP-like servers. Depth presets like quick, standard, or thorough manage the scope and risk of the validation process across engagements.

Does Metasploit exploitation require a dedicated container environment?

Metasploit exploitation requires a controlled container environment to safely confirm exploitability. This dedicated container ensures that validation, payload generation, and post-exploitation pivoting occur within an isolated and reproducible setup.

What is the best way to generate proof of concept payloads for confirmed CVEs?

The best way to generate proof of concept payloads for confirmed CVEs is through the Metasploit exploitation workflow. It provides working PoCs and payloads by validating scanner findings with actual exploit modules during the session.

When should I use depth presets during a Metasploit exploitation session?

Use depth presets during a Metasploit exploitation session to manage scope, cost, and risk. Selecting quick, standard, or thorough presets governs the intensity of the module discovery, validation, and exploitation phases.