pentest-input-protocol-manipulation
Input & Protocol Manipulation
Activation Triggers (Positive)
injectionpayload mutationparser confusionmethod tamperingheader smugglingdeserializationrequest splitting
Exclusion Triggers (Negative)
idorrole escalationworkflow bypassfinal reporting
Output Schema
- Test matrix:
vector,payload class,expected secure behavior,observed behavior - Validation state:
hypothesis,confirmed,rejected - Minimal reproducible request set
Instructions
- Identify the parser or protocol boundary being tested before crafting payloads.
- Start with low-noise capability checks, then increase payload complexity only when signal appears.
- Compare positive and negative controls for every high-impact claim.
- Separate parser anomalies from exploitable security outcomes.
- Record exact request transformations required to reproduce behavior.
- Escalate to exploit execution only after deterministic primitive confirmation.
Should Do
- Use structured payload families and deterministic sequencing.
- Preserve request/response evidence with context and timing.
- Keep tests bounded and reversible by default.
Should Not Do
- Do not treat status-code differences alone as confirmed vulnerabilities.
- Do not pivot into business logic or access-control verdicts without dedicated validation.
- Do not overfit payload strategy to one stack without cross-checking parser behavior.
More from crtvrffnrt/skills
pentest-xss
Security assessment skill for Cross-Site Scripting (XSS) vulnerabilities. Use when investigating input sanitization, reflected, stored, DOM, or blind XSS. Focuses on discovery, exploitation, and payload optimization. Do not use for generic network recon or non-web injection types.
36pentest-exploit-execution-payload-control
Security assessment skill for deterministic exploit execution from validated primitives. Use when prompts include exploit implementation, payload hardening, chaining confirmed weaknesses, post-exploitation proof, or controlled impact demonstration. Do not use for early-stage reconnaissance, speculative hypothesis generation, or report-only requests.
30pentest-recon-surface-analysis
Security assessment skill for reconnaissance, endpoint/service enumeration, and attack-surface mapping. Use when prompts include recon, enumerate, map endpoints, discover assets, inventory interfaces, fingerprint technologies, or identify control-plane surfaces. Do not use when the request is exploit development, payload execution, or final report writing only.
29pentest-business-logic-abuse
Security assessment skill for business workflow abuse, state-machine manipulation, and control-plane logic flaws. Use when prompts include workflow bypass, race condition, replay, quota abuse, order-of-operations flaws, delegated execution abuse, or unauthorized state transitions. Do not use for pure input injection fuzzing, broad recon, or standalone report formatting tasks.
27pentest-gemini-az
Use when users need an Azure, Microsoft 365, or Entra ID companion that reads, lists, changes, and manages resources using the current Azure CLI session, with `az rest` as the default execution path.
26pentest-outbound-interaction-oob-detection
Security assessment skill for outbound interaction and out-of-band (OOB) validation. Use when prompts include SSRF callback confirmation, blind XSS beacons, webhook abuse, XXE/OOB behavior, DNS/HTTP callback correlation, or asynchronous server-side interaction proof. Do not use when vulnerabilities are fully in-band and require no external callback correlation.
25