nuclei-templates/http/exposed-panels/pure-storage-login.yaml

31 lines
627 B
YAML

id: pure-storage-login
info:
name: Pure Storage Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Pure Storage 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:"Pure Storage Login"
tags: panel,purestorage
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Pure Storage Login</title>'
- type: status
status:
- 200