Create apache-hbase-unauth.yaml
parent
03999c42cd
commit
45073c7b88
|
@ -0,0 +1,24 @@
|
|||
id: apache-hbase-unauth
|
||||
|
||||
info:
|
||||
name: Apache Hbase Unauth
|
||||
author: pikpikcu
|
||||
severity: medium
|
||||
tags: apache,unauth
|
||||
|
||||
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
|
Loading…
Reference in New Issue