Create solr-query-dashboard.yaml

patch-1
Dhiyaneshwaran 2021-03-07 19:16:57 +05:30 committed by GitHub
parent f13243b743
commit e4c22f147e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: solr-admin-query
info:
name: Solr Admin Query Page
author: dhiyaneshDK
severity: High
reference: https://www.exploit-db.com/ghdb/5856
requests:
- method: GET
path:
- '{{BaseURL}}/admin/'
- '{{BaseURL}}/solr/admin/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Solr admin page</title>'
- type: status
status:
- 200