nuclei-templates/exposed-panels/solr-exposure.yaml

36 lines
722 B
YAML

id: solr-exposure
info:
name: Apache Solr Admin Panel - Detect
author: pdteam
severity: medium
description: Apache Solr admin panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata:
shodan-query: http.title:"Solr Admin"
tags: panel,solr,apache
requests:
- method: GET
path:
- '{{BaseURL}}/solr/'
- '{{BaseURL}}'
stop-at-first-match: true
matchers:
- type: word
words:
- "<title>Solr Admin</title>"
extractors:
- type: regex
part: body
group: 1
regex:
- 'favicon\.ico\?_=([0-9.]+)'
# Enhanced by md on 2023/01/15