41 lines
1010 B
YAML
41 lines
1010 B
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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
vendor: apache
|
|
product: solr
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.title:"Solr Admin"
|
|
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: 4a0a00473045022100d0f985ea23381d6baed985a4898199ff37d127c2cd216f1890296073f8c9468702206271148ef645cb61c1f68da3fc371ddf86c2a7f504162226aefbcad7912ff604:922c64590222798bb761d5b6d8e72950 |