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

29 lines
497 B
YAML
Raw Normal View History

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