19 lines
363 B
YAML
19 lines
363 B
YAML
id: ambari-exposure
|
|
|
|
info:
|
|
name: Apache Ambari Exposure / Unauthenticated Access
|
|
author: pdteam
|
|
severity: medium
|
|
tags: panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Ambari</title>'
|
|
- 'href="http://www.apache.org/licenses/LICENSE-2.0"'
|
|
condition: and |