Skip to main content

overlong_utf8

Function overlong_utf8 

Source
pub fn overlong_utf8(payload: impl AsRef<[u8]>) -> Result<String, EncodeError>
Expand description

Overlong UTF-8 encoding (2-byte) — represent ASCII non-alphanumeric as 2-byte sequences.

Context: iis-6 — only works against specific legacy WAFs/frontends that normalize overlong sequences rather than rejecting them.