SonicWall Analyzer Login Panel - Detect
ID: sonicwall-analyzer-login
Severity: info
Author: DhiyaneshDK
Tags: panel,sonicwall
Description
Section titled “Description”SonicWall Analyzer login panel was detected.
YAML Source
Section titled “YAML Source”id: sonicwall-analyzer-login
info: name: SonicWall Analyzer Login Panel - Detect author: DhiyaneshDK severity: info description: SonicWall Analyzer 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:sonicwall:analyzer:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: sonicwall product: analyzer shodan-query: - title:"SonicWall Analyzer Login" - http.title:"sonicwall analyzer login" fofa-query: title="sonicwall analyzer login" google-query: intitle:"sonicwall analyzer login" tags: panel,sonicwall
http: - method: GET path: - '{{BaseURL}}/sgms/auth'
matchers-condition: and matchers: - type: word part: body words: - 'SonicWall Analyzer Login'
- type: status status: - 200# digest: 4a0a0047304502200d18c9ed5a213b3e44706e9872145976af0f76c16275f4fa1889ff1c9199f640022100fcb7db30810b32aa563a09db11fc1827c25a02173d5825cc26eac6ebf213c442:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/sonicwall-analyzer-login.yaml"