2021-01-10 13:11:25 +00:00
|
|
|
id: solr-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apache Solr Exposure
|
2021-04-06 06:46:11 +00:00
|
|
|
author: pdteam
|
2021-01-10 13:11:25 +00:00
|
|
|
severity: medium
|
2021-11-04 22:56:24 +00:00
|
|
|
metadata:
|
2021-11-04 23:28:16 +00:00
|
|
|
shodan-query: http.title:"Solr Admin"
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: panel,solr,apache
|
2021-01-10 13:11:25 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/solr/'
|
2021-11-04 23:28:16 +00:00
|
|
|
- '{{BaseURL}}'
|
|
|
|
|
2021-11-04 22:56:24 +00:00
|
|
|
stop-at-first-match: true
|
2021-01-10 13:11:25 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-11-04 21:57:21 +00:00
|
|
|
- "<title>Solr Admin</title>"
|
2021-11-04 23:28:16 +00:00
|
|
|
|
2021-11-04 22:56:24 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'favicon\.ico\?_=([0-9.]+)'
|