Update wp-sniplets-xss.yaml
parent
08f1498d54
commit
30363093f5
|
@ -19,10 +19,6 @@ requests:
|
|||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- '><script>alert("document.domain")</script>'
|
||||
|
@ -30,5 +26,9 @@ requests:
|
|||
|
||||
- type: word
|
||||
words:
|
||||
- "text/html"
|
||||
- 'text/html'
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue