Create parse-dashboard.yaml

patch-1
Arman 2022-11-11 07:53:47 -08:00 committed by GitHub
parent 447b8f28ba
commit e3e50e0937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: parse-dashboard
info:
name: Parse Dashboard Exposure
author: tess
severity: info
metadata:
verified: true
shodan-query: title:"Parse Dashboard"
tags: detect,parse
requests:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Parse Dashboard"
- "PARSE_DASHBOARD_PATH"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200