nuclei-templates/http/exposed-panels/avaya/avayaaura-system-manager-pa...

40 lines
814 B
YAML
Raw Normal View History

id: avayaaura-system-manager-panel
2022-04-12 18:22:26 +00:00
info:
name: Avaya Aura System Manager Login - Panel Detect
2022-04-12 18:22:26 +00:00
author: princechaddha
severity: info
description: Avaya Aura System 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
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: panel,avaya
2022-04-12 18:22:26 +00:00
http:
2022-04-12 18:22:26 +00:00
- method: GET
path:
- "{{BaseURL}}/network-login/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Avaya Aura"
- "System Manager"
condition: and
2022-04-12 18:22:26 +00:00
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- "</sup> System Manager ([a-z0-9.]+)</h1>"