Skip to content

Apache Impala - Exposure

ID: apache-impala

Severity: medium

Author: DhiyaneshDk

Tags: misconfig,apache,impala

Apache Impala is exposed.

id: apache-impala
info:
name: Apache Impala - Exposure
author: DhiyaneshDk
severity: medium
description: Apache Impala is exposed.
reference:
- https://www.facebook.com/photo/?fbid=627585602745296&set=pcb.627585619411961
classification:
cpe: cpe:2.3:a:apache:impala:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: apache
product: impala
shodan-query: http.favicon.hash:587330928
tags: misconfig,apache,impala
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Apache Impala'
- 'Process Info'
condition: and
- type: status
status:
- 200
# digest: 490a0046304402205456e45c0c710f91f7b6929cba66cc0c36dad713d31fc333dd72c062089fd76902203e318afa39e23c258169b7dbbc4ebeceb5c1b5a59902b05e525dc16947133ab5: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/misconfiguration/apache-impala.yaml"

View on Github