nuclei-templates/http/exposed-panels/avaya/avayaaura-cm-panel.yaml

33 lines
704 B
YAML
Raw Normal View History

2022-04-12 18:43:41 +00:00
id: avayaaura-cm-panel
info:
name: Avaya Aura Communication Manager Login - Panel Detect
2022-04-12 18:43:41 +00:00
author: princechaddha
severity: info
description: Avaya Aura Communication Manager login panel was detected.
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-04-12 18:43:41 +00:00
tags: panel,avaya
http:
2022-04-12 18:43:41 +00:00
- method: GET
path:
- "{{BaseURL}}/cgi-bin/common/login/webLogin"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-04-12 18:45:22 +00:00
- "Avaya Aura"
- "Communication Manager (CM)"
condition: and
2022-04-12 18:43:41 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/10/31