Skip to content

Apache Hadoop Panel - Detect

ID: hadoop-exposure

Severity: info

Author: pdteam

Tags: panel,apache,hadoop

Apache Hadoop panel was detected.

id: hadoop-exposure
info:
name: Apache Hadoop Panel - Detect
author: pdteam
severity: info
description: Apache Hadoop panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:apache:hadoop:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: apache
product: hadoop
tags: panel,apache,hadoop
http:
- method: GET
path:
- '{{BaseURL}}/dfshealth.html'
matchers:
- type: word
words:
- '<div class="navbar-brand">Hadoop</div>'
# digest: 490a004630440220372e5f0e8df4b7215669b273255947cd3fdfb7dedaacb0ad35280d3ddefce2ef022040cb220e2d8a93ad0165b1eb4402dfa96738c69769d5543ad5e5618a794d30e1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/hadoop-exposure.yaml"

View on Github