updated matchers
parent
003c12a15e
commit
c5e48e9cc8
|
@ -37,5 +37,5 @@ http:
|
|||
dsl:
|
||||
- 'duration_2>=6'
|
||||
- 'status_code == 200'
|
||||
- 'contains(response_1, "PrestaShop")'
|
||||
- 'contains(tolower(response_1), "prestashop")'
|
||||
condition: and
|
||||
|
|
|
@ -16,6 +16,10 @@ info:
|
|||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET / HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
- |
|
||||
POST /m/apmarketplace/passwordrecovery HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
@ -28,7 +32,7 @@ http:
|
|||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'duration>=6'
|
||||
- 'duration_2>=6'
|
||||
- 'status_code == 200'
|
||||
- 'contains(header, "PrestaShop")'
|
||||
- 'contains(tolower(response_1), "prestashop")'
|
||||
condition: and
|
Loading…
Reference in New Issue