nuclei-templates/exposed-panels/ambari-exposure.yaml

27 lines
587 B
YAML
Raw Normal View History

id: ambari-exposure
info:
name: Apache Ambari Exposure Admin Login Panel
2021-04-06 06:46:11 +00:00
author: pdteam
severity: medium
description: An Apache Ambari panel was discovered.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
tags: panel,apache,ambari,exposure
requests:
- method: GET
path:
2021-01-14 14:41:56 +00:00
- '{{BaseURL}}'
matchers:
- type: word
words:
- '<title>Ambari</title>'
- 'href="http://www.apache.org/licenses/LICENSE-2.0"'
2022-01-03 16:06:23 +00:00
condition: and
# Enhanced by mp on 2022/03/16