updated matchers

patch-1
Prince Chaddha 2023-08-25 17:53:28 +05:30
parent 003c12a15e
commit c5e48e9cc8
2 changed files with 7 additions and 3 deletions

View File

@ -37,5 +37,5 @@ http:
dsl:
- 'duration_2>=6'
- 'status_code == 200'
- 'contains(response_1, "PrestaShop")'
- 'contains(tolower(response_1), "prestashop")'
condition: and

View File

@ -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