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

32 lines
542 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:
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
requests:
- 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