Update archibus-webcentral-panel.yaml

patch-1
Ritik Chaddha 2022-07-29 13:57:35 +05:30 committed by GitHub
parent 910c6db053
commit 8313bccc84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
id: archibus-webcentral-panel
info:
name: ARCHIBUS Web Central
name: ARCHIBUS Web Central Panel
author: righettod
severity: info
reference:
@ -17,17 +17,16 @@ requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/login'
- '{{BaseURL}}/archibus/login.axvw'
- '{{BaseURL}}/archibus/schema/ab-core/graphics/favicon.ico'
redirects: true
max-redirects: 3
stop-at-first-match: true
matchers-condition: or
matchers:
- type: dsl
dsl:
- "status_code==200"
- "contains(tolower(body), 'archibus')"
- "status_code==200 && contains(tolower(body), 'archibus')"
condition: and
- type: dsl