strict matcher with redirects

patch-1
sandeep 2023-08-08 16:47:26 +05:30
parent 5d7f2b74a3
commit 589c8565f3
1 changed files with 6 additions and 10 deletions

View File

@ -31,15 +31,11 @@ http:
password:
- "admin"
matchers-condition: and
redirects: true
max-redirects: 2
matchers:
- type: word
part: header
words:
- 'text/html'
- 'index.php'
- type: dsl
dsl:
- contains(body, 'bloofoxCMS Admincenter')
- status_code == 200
condition: and
- type: status
status:
- 302