Update parse-dashboard.yaml

patch-1
Dhiyaneshwaran 2022-11-11 21:55:05 +05:30 committed by GitHub
parent e3e50e0937
commit 715c540b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 7 deletions

View File

@ -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