41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
id: solr-panel-exposure
|
|
|
|
info:
|
|
name: Apache Solr Admin Panel - Detect
|
|
author: pdteam
|
|
severity: info
|
|
description: Apache Solr admin panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:apache:solr:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
product: solr
|
|
shodan-query: http.title:"Solr Admin"
|
|
vendor: apache
|
|
verified: true
|
|
tags: panel,solr,apache,admin
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/solr/'
|
|
- '{{BaseURL}}'
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Solr Admin</title>"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'favicon\.ico\?_=([0-9.]+)'
|
|
# digest: 490a00463044022078f39e5b44e46adf1214e7c83187f875e78efc786065994ac742df7c9263c7a5022010f4564b3a7264241afc4d9df770cf204646059a5b5e216f294c5349fc87606f:922c64590222798bb761d5b6d8e72950 |