updating rules
parent
e5234dbcc6
commit
6bc5af5ce2
|
@ -34,11 +34,10 @@ requests:
|
|||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "alert(0)"
|
||||
- "<script>alert(0);</script>"
|
||||
part: body
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body_2, "<script>alert(0);</script>") == true'
|
||||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "contains(tolower(all_headers_2), 'text/html') == true"
|
Loading…
Reference in New Issue