漏洞描述
HiveServer 未授权访问
Fofa: app="HiveServer"
id: hiveserver-unauth
info:
name: HiveServer 未授权访问
author: zan8in
severity: high
verified: false
description: |-
HiveServer 未授权访问
Fofa: app="HiveServer"
tags: hiveserver,unauth
created: 2024/01/07
rules:
r0:
request:
method: GET
path: /
follow_redirects: true
expression: response.status == 200 && response.body.bcontains(b'HiveServer') && response.body.bcontains(b'Active Sessions')
expression: r0()