39 lines
798 B
YAML
39 lines
798 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:H/I:L/A:L
|
||
|
cvss-score: 8.6
|
||
|
cwe-id: CWE-200
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: http.title:"Solr Admin"
|
||
|
tags: panel,solr,apache,admin
|
||
|
|
||
|
requests:
|
||
|
- 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.]+)'
|
||
|
|
||
|
# Enhanced by md on 2023/01/15
|