matcher updates
parent
a46612e7b7
commit
b44f47c502
|
@ -22,4 +22,4 @@ requests:
|
|||
- "fonts"
|
||||
- "extensions"
|
||||
condition: and
|
||||
part: body
|
||||
part: body
|
|
@ -10,6 +10,7 @@ requests:
|
|||
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
|
||||
|
@ -17,5 +18,5 @@ requests:
|
|||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "31337"
|
||||
part: body
|
||||
- "<script>alert(31337)</script>"
|
||||
part: body
|
Loading…
Reference in New Issue