Update parse-dashboard.yaml
parent
e3e50e0937
commit
715c540b73
|
@ -7,12 +7,12 @@ info:
|
|||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Parse Dashboard"
|
||||
tags: detect,parse
|
||||
tags: panel,parse,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/login'
|
||||
- "{{BaseURL}}/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
@ -23,11 +23,6 @@ requests:
|
|||
- "PARSE_DASHBOARD_PATH"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue