You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
5 lines
357 B
Plaintext
Vendored
5 lines
357 B
Plaintext
Vendored
{
|
|
"No encoding": "/page?param1=search?text¶m2=John Doe¶m3=value&another¶m4=кириллица¶m5=<script>alert('XSS')</script>",
|
|
"With encoding": "/page?param1=search%3Ftext¶m2=John%20Doe¶m3=value%26another¶m4=%D0%BA%D0%B8%D1%80%D0%B8%D0%BB%D0%BB%D0%B8%D1%86%D0%B0¶m5=%3Cscript%3Ealert%28%27XSS%27%29%3C%2Fscript%3E"
|
|
}
|