nuclei-templates/http/misconfiguration/apache-drill-exposure.yaml

33 lines
557 B
YAML
Raw Normal View History

2022-10-10 18:49:05 +00:00
id: apache-drill-exposure
info:
name: Apache Drill Exposure
author: DhiyaneshDK
severity: low
metadata:
max-request: 1
2022-10-10 18:49:05 +00:00
verified: true
shodan-query: title:"Apache Drill"
2022-10-11 08:23:42 +00:00
tags: misconfig,exposure,apache,drill
2022-10-10 18:49:05 +00:00
http:
2022-10-10 18:49:05 +00:00
- 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