What problem does it solve? Web servers, frameworks, proxies, and WAFs each handle duplicate HTTP parameters differently, creating gaps attackers exploit to bypass access controls, evade WAFs, and manipulate data. This Skill provides a structured checklist to systematically find and exploit these inconsistencies during authorized security testing. ## Core Features & Use Cases - Duplicate Parameter Testing: Methodology for URL, form, JSON, cookie, header, GraphQL, and WebSocket parameter pollution with framework-specific behavior notes (PHP last-wins, ASP.NET first-wins, Flask arrays). - Exploitation Patterns: Concrete payloads for access control bypass, CSRF token pollution, SSRF augmentation, WAF bypass, and API gateway vs backend precedence confusion. - Real-World Context: CVE references, bug bounty target categories, impact ratings, and remediation recommendations. - Use Case: While testing an e-commerce checkout endpoint, apply the checklist to discover that the API gateway validates the first price parameter while the backend processes the last, enabling price manipulation. ## Quick Start Use the parameter-pollution skill to test the target application's login and checkout endpoints for duplicate parameter handling flaws.