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

39 lines
798 B
YAML
Raw Normal View History

2023-02-06 20:10:32 +00:00
id: solr-panel-exposure
info:
name: Apache Solr Admin Panel - Detect
2021-04-06 06:46:11 +00:00
author: pdteam
2023-01-27 14:57:27 +00:00
severity: info
description: Apache Solr admin panel was detected.
classification:
2023-02-06 20:10:32 +00:00
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:
2023-02-06 20:10:32 +00:00
verified: true
2021-11-04 23:28:16 +00:00
shodan-query: http.title:"Solr Admin"
2023-02-06 20:10:32 +00:00
tags: panel,solr,apache,admin
requests:
- method: GET
path:
- '{{BaseURL}}/solr/'
2021-11-04 23:28:16 +00:00
- '{{BaseURL}}'
stop-at-first-match: true
2023-02-06 20:10:32 +00:00
matchers-condition: and
matchers:
- type: word
2023-02-06 20:10:32 +00:00
part: body
words:
2021-11-04 21:57:21 +00:00
- "<title>Solr Admin</title>"
2021-11-04 23:28:16 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- 'favicon\.ico\?_=([0-9.]+)'
# Enhanced by md on 2023/01/15