1 Repo
Techniques for manipulating HTTP parameters by duplicating them to bypass security filters.
Distinct from Parameter Pollution in Password Resets: None of the candidates cover the general mechanism of HTTP Parameter Pollution as a web attack vector.
Explore 1 awesome GitHub repository matching security & cryptography · HTTP Parameter Pollution. Refine with filters or upvote what's useful.
Dalfox is an automated web application security tool specifically designed for discovering and verifying cross-site scripting vulnerabilities. It functions as an XSS vulnerability scanner that analyzes HTTP parameters and DOM structures to identify reflected, stored, and blind injection points. The project distinguishes itself by providing a Model Context Protocol server and a REST API, allowing artificial intelligence agents and remote interfaces to trigger and manage security scans programmatically. It utilizes a payload mutation engine and fingerprinting strategies to execute WAF evasion t
Implements HTTP parameter pollution to bypass filters that only inspect the first occurrence of a parameter.