XSS Lab - Each Parameter Reflected in 3 Contexts
Instructions
- Use
?p1=...&p2=...&p3=...
- Payload example (JS):
';alert(1)//
- Payload example (HTML):
<svg onload=alert(1)>
- Payload example (Attribute):
" onmouseover=alert(1) "
Reflected in <input> Tags
Reflected in <script> Tags
Reflected in HTML (div/title/pre)
Also in title tag above and below: