Skip to content

Pure Storage Login Panel - Detect

ID: pure-storage-login

Severity: info

Author: dhiyaneshDK

Tags: panel,purestorage

Pure Storage login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:purestorage:purity:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: purestorage
product: purity
shodan-query:
- http.title:"Pure Storage Login"
- http.title:"pure storage login"
fofa-query: title="pure storage login"
google-query: intitle:"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
# digest: 4a0a00473045022100eea2cd16d85caac576322a593ca583e6aca39e3f013afbc955e5c640e2daea0c02201b648e22e2627e49ad03c137140fe291579b5b1e0263371a0c12b20a78244f91:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/pure-storage-login.yaml"

View on Github