What problem does it solve?
This Skill helps you identify HTTP parameter pollution issues where duplicate query or body keys are interpreted differently by browsers, proxies, WAFs, frameworks, or application code, leading to security checks and business logic reading different values.
Core Features & Use Cases
- Layer-by-layer analysis: Compare how each hop in the request path handles repeated parameters, including first-value, last-value, joined, and array-style parsing.
- Exploit pattern guidance: Test common abuse paths such as WAF bypass, SSRF URL swapping, CSRF token confusion, and numeric field manipulation in payment or access-control flows.
- Practical testing workflow: Use duplicate keys, bracketed arrays, encoded separators, and JSON duplicate members to confirm parser differentials across GET, POST, and multipart requests.
Quick Start
Use the http-parameter-pollution skill to test a target request for duplicate-parameter handling, compare how each layer resolves conflicting values, and summarize any exploitable parser differences.