strict negative matchers
parent
b990243906
commit
e9210d80bf
|
@ -20,11 +20,20 @@ requests:
|
|||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- '!contains(tolower(body), "<html")'
|
||||
- '!contains(tolower(body), "<!doctype")'
|
||||
- '!contains(tolower(body), "<script")'
|
||||
- '!contains(tolower(body), "<meta")'
|
||||
- '!contains(tolower(all_headers), "image/")'
|
||||
- 'len(body) > 50'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "application/javascript"
|
||||
- "application/json"
|
||||
- "application/xml"
|
||||
- "html"
|
||||
- "<!doctype"
|
||||
- "<script"
|
||||
- "<meta"
|
||||
- "image/"
|
||||
part: all
|
||||
negative: true
|
||||
condtion: or
|
Loading…
Reference in New Issue