Skip to content

Archibus Web Central Login - Panel Detect

ID: archibus-webcentral-panel

Severity: info

Author: righettod,PJBorah,Hardik-Rathod

Tags: panel,archibus

Archibus Web Central login panel was detected.

id: archibus-webcentral-panel
info:
name: Archibus Web Central Login - Panel Detect
author: righettod,PJBorah,Hardik-Rathod
severity: info
description: Archibus Web Central login panel was detected.
reference:
- https://archibus.com/products/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:archibus:web_central:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 3
vendor: archibus
product: web_central
shodan-query: http.favicon.hash:889652940
fofa-query: icon_hash=889652940
tags: panel,archibus
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/archibus/login.axvw'
- '{{BaseURL}}/archibus/schema/ab-core/views/sign-in/ab-sign-in.jsp'
host-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
# digest: 4a0a00473045022000e893e7ff2a9cb4026929b0080888d17abc4044178fa8fb3e29f9c7c9021edf022100ddb72d114653ab8786ce49dae89334bb281a7d14b47f01848aff6b728542dc94:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/archibus-webcentral-panel.yaml"

View on Github