minor update
parent
81f39f4ea7
commit
272817a7d4
|
@ -22,7 +22,7 @@ info:
|
|||
metadata:
|
||||
vendor: wipro
|
||||
product: holmes
|
||||
tags: packetstorm,download,exposure,cve,cve2021
|
||||
tags: cve,cve2021,wipro,holmes,orchestrator
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
|
@ -32,9 +32,11 @@ http:
|
|||
- "{{BaseURL}}/processexecution/DownloadExcelFile/Infrastructure_Report_Excel"
|
||||
- "{{BaseURL}}/processexecution/DownloadExcelFile/Resolver_Report_Excel"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "contains(body, '<?xml version=')"
|
||||
- "contains(header, 'application/vnd.openxml')
|
||||
- "status_code == 200"
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue