nuclei-templates/misconfiguration/solr-query-dashboard.yaml

25 lines
443 B
YAML
Raw Normal View History

2021-03-07 13:46:57 +00:00
id: solr-admin-query
info:
name: Solr Admin Query Page
author: dhiyaneshDK
severity: High
reference: https://www.exploit-db.com/ghdb/5856
2021-03-12 08:57:14 +00:00
tags: solr,unauth
2021-03-07 13:46:57 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/admin/'
- '{{BaseURL}}/solr/admin/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Solr admin page</title>'
2021-08-09 16:28:28 +00:00
2021-03-07 13:46:57 +00:00
- type: status
status:
- 200