nuclei-templates/exposed-panels/archibus-webcentral-panel.yaml

39 lines
793 B
YAML

id: archibus-webcentral-panel
info:
name: Archibus Web Central Panel
author: righettod,PJBorah,Hardik-Rathod
severity: info
reference:
- https://archibus.com/products/
metadata:
verified: true
shodan-query: http.favicon.hash:889652940
tags: panel,archibus
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/archibus/login.axvw'
- '{{BaseURL}}/archibus/schema/ab-core/views/sign-in/ab-sign-in.jsp'
redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "ARCHIBUS"
- type: word
words:
- "Continue As a Guest"
- "login"
condition: or
- type: status
status:
- 200