exploit-chain-building

Escalate low-severity findings into high-impact exploit chains.

21|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/woohyun212/security-skill --skill exploit-chain-building
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exploit-chain-building
Source: https://github.com/woohyun212/security-skill/tree/main/exploit-chain-building
Command: npx skills add https://github.com/woohyun212/security-skill --skill exploit-chain-building

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps security researchers turn low or medium severity findings into high‑impact exploit chains, enabling accurate risk assessment and stronger reporting.

Core Features & Use Cases

  • Chain Escalation Table: Provides A→B→C paths linking common low‑severity bugs to critical outcomes.
  • Step‑by‑Step Workflow: Guides verification of each link, evidence collection, and combined CVSS calculation.
  • Use Case: A pentester discovers a Self‑XSS bug and uses this skill to build a chain that leads to full account takeover, producing a critical severity report.

Quick Start

Ask the AI to build an exploit chain for a low‑severity finding on target.example.com.

Frequently Asked Questions about exploit-chain-building

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

FAQPage Schema
How do I escalate a low-severity XSS or SSRF finding into a high-impact exploit chain?

You escalate low-severity bugs by mapping A→B→C chain paths that link vulnerabilities like XSS or SSRF to achieve critical compromise. This requires verifying each step sequentially and calculating the combined CVSS score for the final impact.

What do I need to verify an exploit chain during a pentest?

Verifying an exploit chain requires curl for HTTP requests, a test account for authentication, and explicit authorization. You use these to validate each link in the chain and collect evidence for your security assessment report.

Can a Self-XSS vulnerability be combined with other bugs for account takeover?

Yes, a Self-XSS vulnerability can be combined with other flaws in an exploit chain to achieve full account takeover. By linking the XSS execution to subsequent actions, you can escalate a low-severity issue into a critical compromise.

When should I combine multiple low-severity CVEs instead of reporting them individually?

You should combine low-severity flaws when initial bugs like IDOR or SSRF can interact to achieve critical compromise. Building an exploit chain provides a more accurate risk assessment and produces a higher-impact vulnerability report.

Does this exploit chain workflow support calculating combined CVSS scores?

Yes, the exploit chain workflow supports combined CVSS calculation. It guides you through step-by-step evidence collection for each link in the chain, allowing you to calculate the overall severity score for the final compromise.