You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
5 lines
301 B
Plaintext
Vendored
5 lines
301 B
Plaintext
Vendored
{
|
|
"No encoding": "/page?param1=search?text¶m2=John Doe¶m3=value&another¶m4=cyrillic¶m5=<script>alert('XSS')</script>",
|
|
"With encoding": "/page?param1=search%3Ftext¶m2=John%20Doe¶m3=value%26another¶m4=cyrillic¶m5=%3Cscript%3Ealert%28%27XSS%27%29%3C%2Fscript%3E"
|
|
}
|