nuclei-templates/exposed-panels/parse-dashboard.yaml

29 lines
497 B
YAML

id: parse-dashboard
info:
name: Parse Dashboard Exposure
author: tess
severity: info
metadata:
verified: true
shodan-query: title:"Parse Dashboard"
tags: panel,parse,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Parse Dashboard"
- "PARSE_DASHBOARD_PATH"
condition: and
- type: status
status:
- 200