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

46 lines
1.0 KiB
YAML
Raw Normal View History

2022-07-29 05:05:38 +00:00
id: archibus-webcentral-panel
info:
name: Archibus Web Central Login - Panel Detect
2022-08-25 07:56:08 +00:00
author: righettod,PJBorah,Hardik-Rathod
2022-07-29 05:05:38 +00:00
severity: info
description: Archibus Web Central login panel was detected.
2022-07-29 05:05:38 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-07-29 05:05:38 +00:00
metadata:
2022-07-29 08:32:35 +00:00
verified: true
2022-07-29 13:30:22 +00:00
shodan-query: http.favicon.hash:889652940
2022-07-29 05:05:38 +00:00
tags: panel,archibus
requests:
- method: GET
path:
2022-07-29 13:30:22 +00:00
- '{{BaseURL}}'
2022-07-29 15:51:25 +00:00
- '{{BaseURL}}/archibus/login.axvw'
2022-08-25 07:56:08 +00:00
- '{{BaseURL}}/archibus/schema/ab-core/views/sign-in/ab-sign-in.jsp'
2022-07-29 05:05:38 +00:00
host-redirects: true
2022-07-29 13:30:22 +00:00
max-redirects: 2
2022-07-29 05:05:38 +00:00
stop-at-first-match: true
2022-07-29 13:30:22 +00:00
matchers-condition: and
2022-07-29 05:05:38 +00:00
matchers:
2022-07-29 13:30:22 +00:00
- type: word
words:
- "ARCHIBUS"
- type: word
words:
2022-08-22 05:54:23 +00:00
- "Continue As a Guest"
2022-07-29 13:30:22 +00:00
- "login"
condition: or
2022-07-29 05:05:38 +00:00
2022-07-29 13:30:22 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/10/31