Update royalevent-management-xss.yaml
parent
103861f588
commit
a66f548304
|
@ -8,6 +8,8 @@ info:
|
|||
Detects an XSS vulnerability in Royal Event System
|
||||
reference:
|
||||
- https://www.sourcecodester.com/sites/default/files/download/oretnom23/Royal%20Event.zip
|
||||
metadata:
|
||||
verified: true
|
||||
tags: xss,authenticated,cms,royalevent
|
||||
|
||||
requests:
|
||||
|
@ -57,6 +59,13 @@ requests:
|
|||
- type: word
|
||||
words:
|
||||
- "<script>alert(document.domain)</script>"
|
||||
- "Report from "
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- text/html
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue