Create dgraph-dashboard-exposure.yaml
parent
34ca3272e9
commit
b23e95abe8
|
@ -0,0 +1,28 @@
|
|||
id: dgraph-dashboard-exposure
|
||||
|
||||
info:
|
||||
name: Dgraph Ratel Dashboard Exposure
|
||||
author: dhiyaneshDk
|
||||
severity: low
|
||||
metadata:
|
||||
shodan-query: http.title:"Dgraph Ratel Dashboard"
|
||||
tags: exposure,unauth
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/?dev"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'Choose a version of the Ratel interface"
|
||||
- "<title>Dgraph Ratel Dashboard</title>""
|
||||
part: body
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "text/html"
|
||||
part: header
|
Loading…
Reference in New Issue