25 lines
428 B
YAML
25 lines
428 B
YAML
|
id: apache-hbase-unauth
|
||
|
|
||
|
info:
|
||
|
name: Apache Hbase Unauth
|
||
|
author: pikpikcu
|
||
|
severity: medium
|
||
|
tags: apache,unauth,misconfig
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/conf'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<name>hbase.defaults.for.version</name>'
|
||
|
- '<source>hbase-default.xml</source>'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|