Merge pull request #8850 from projectdiscovery/h2o-dashboard

Create h2o-dashboard.yaml
patch-1
Ritik Chaddha 2023-12-21 12:55:51 +05:30 committed by GitHub
commit dd726ef8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
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:
max-request: 1
verified: true
shodan-query: title:"H2O Flow"
tags: misconfig,exposure,h2o,ml,unauth
http:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: header
words:
- "X-H2o-Build-Project-Version"
- "X-H2o-Cluster-Id"
condition: and
- type: word
part: body
words:
- "H2O Flow"
- type: status
status:
- 200