Merge pull request #5633 from projectdiscovery/apache-drill-exposure
Create apache-drill-exposure.yamlpatch-1
commit
4b5c726b99
|
@ -0,0 +1,31 @@
|
|||
id: apache-drill-exposure
|
||||
|
||||
info:
|
||||
name: Apache Drill Exposure
|
||||
author: DhiyaneshDK
|
||||
severity: low
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Apache Drill"
|
||||
tags: misconfig,exposure,apache,drill
|
||||
|
||||
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
|
Loading…
Reference in New Issue