Create h2o-dashboard.yaml

patch-1
Dhiyaneshwaran 2023-12-20 23:37:06 +05:30 committed by GitHub
parent 0f26aba519
commit 9d6f076894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
id: h2o-dashboard
info:
name: H2O Dashboard Exposure
author: byt3bl33d3r
severity: high
description: |
H2o dashboard by default has no authentication and can lead to RCE on the host.
metadata:
shodan-query: title:"H2O Flow"
verified: true
max-request: 1
tags: misconfig,exposure,h2o,ml,unauth
http:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 1
matchers-condition: and
matchers:
- type: word
part: header
words:
- "X-H2o-Build-Project-Version"
- "X-H2o-Cluster-Good"
- "X-H2o-Cluster-Id"
- "X-H2o-Rest-Api-Version-Max"
condition: and
- type: word
part: body
words:
- "H2O Flow"
- type: status
status:
- 200