Create solr-query-dashboard.yaml
parent
f13243b743
commit
e4c22f147e
|
@ -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
|
Loading…
Reference in New Issue