Skip to content

Apache Drill Exposure

ID: apache-drill-exposure

Severity: low

Author: DhiyaneshDK

Tags: misconfig,exposure,apache,drill

Apache Drill is exposed.

id: apache-drill-exposure
info:
name: Apache Drill Exposure
author: DhiyaneshDK
severity: low
description: Apache Drill is exposed.
classification:
cpe: cpe:2.3:a:apache:drill:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: apache
product: drill
shodan-query: title:"Apache Drill"
tags: misconfig,exposure,apache,drill
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Apache Drill</title>'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a00473045022100bb91412af338464e7ba5e5d6986cc0d9ccf9d83cdfe7cdfcf84d812a1dcd7c6202204062e4757f3be07827142a38a9281ecb983e586822e512683f674190029453e1: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-drill-exposure.yaml"

View on Github