crtvrffnrt/skills

pentest-exploit-execution-payload-control

Deterministic exploit execution and payload control from validated primitives. Use for exploit implementation, payload hardening, chaining confirmed weaknesses, post-exploitation proof, controlled impact demonstration, reliability notes, and rollback or containment planning.

First seen Feb 19, 2026

Installation

$ npx skills add crtvrffnrt/skills --skill pentest-exploit-execution-payload-control

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from crtvrffnrt/skills · top by installs.

npx skills add crtvrffnrt/skills

Browse all from crtvrffnrt/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,050 B
  • docs SUMMARY.md 324 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 59 installs

SKILL.md

Exploit Execution & Payload Control

Use When

  • A validated primitive exists and the next phase is controlled exploit implementation, payload hardening, chaining, reliability testing, or impact proof.
  • The task is explicitly a lab exploit-development exercise with clear boundaries.

Handoff Criteria

  • Hand off to CVE, input/protocol, authz, XSS, OOB, or business-logic workflows when the primitive is not yet validated.
  • Hand off to reporting when impact proof and reproducibility are complete.

Output Schema

  • Exploit plan: preconditions, primitive, payload strategy, safety guardrails
  • Execution log: step, result, evidence
  • Final capability statement: what attacker can do after exploitation

Instructions

  1. Require at least one validated security primitive before exploit implementation.
  2. Choose deterministic payloads with clear rollback or containment strategy.
  3. Execute in smallest viable sequence to prove impact with minimal disruption.
  4. Record exact preconditions and environmental dependencies.
  5. Separate exploit reliability issues from vulnerability existence.
  6. Produce reproducible commands and evidence suitable for independent verification.

Verification Gate

  • Prefer deterministic, low-noise payloads over broad spray strategies.
  • Preserve proof artifacts that map directly to attacker capability.
  • Stop when impact is proven; avoid unnecessary escalation.
  • Claim successful exploitation only from direct capability evidence, not partial side effects.
  • Run destructive payloads only when explicitly authorized.
  • Check tool status and dependencies before relying on them; if unavailable, use the safest fallback and report the gap.