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