updated to dsl

patch-1
Ritik Chaddha 2024-04-25 16:42:54 +05:30 committed by GitHub
parent fc43476107
commit 5511b4e60d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 15 deletions

View File

@ -26,19 +26,10 @@ requests:
path:
- "{{BaseURL}}/webeditor/../../../windows/win.ini"
matchers-condition: and
matchers:
- type: word
words:
- "[fonts]"
- "for 16-bit app support"
part: body
- type: word
part: header
words:
- "application/octet-stream"
- type: status
status:
- 200
- type: dsl
dsl:
- 'contains_all(body, "[fonts]", "for 16-bit app support")'
- 'contains(header, "application/octet-stream")'
- 'status_code == 200'
condition: and