nuclei-templates/http/exposed-panels/splunk-login.yaml

31 lines
613 B
YAML

id: splunk-login
info:
name: Splunk SOAR Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Splunk SOAR login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Splunk SOAR"
tags: panel,splunk
http:
- method: GET
path:
- '{{BaseURL}}/login?next=/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Splunk SOAR</title>'
- type: status
status:
- 200