Skip to main content

parameter_pollute

Function parameter_pollute 

Source
pub fn parameter_pollute(payload: impl AsRef<[u8]>) -> String
Expand description

HTTP parameter pollution — duplicate parameter with a benign first value.

Depending on the server framework, the last value wins (PHP, ASP.NET) while many WAFs only inspect the first parameter occurrence.