Skip to content

SonicWall Appliance Management Console Login Panel - Detect

ID: sonic-wall-application

Severity: info

Author: DhiyaneshDk,Tess

Tags: panel,sonicwall,login

SonicWall Appliance Management Console login panel was detected.

id: sonic-wall-application
info:
name: SonicWall Appliance Management Console Login Panel - Detect
author: DhiyaneshDk,Tess
severity: info
description: SonicWall Appliance Management Console 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:o:sonicwall:sma1000_firmware:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: sonicwall
product: sma1000_firmware
shodan-query:
- title:"Appliance Management Console Login"
- http.title:"appliance management console login"
fofa-query: title="appliance management console login"
google-query: intitle:"appliance management console login"
tags: panel,sonicwall,login
http:
- method: GET
path:
- "{{BaseURL}}/login.do"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Appliance Management Console Login</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502205c9cc0f9a61b580f3f04a1b43d18393b52107673f829a3beaee9c0e622d8008e022100fba1dccc4032020d4cd546591b1f47720aed07398c76b9a21bd8e14780920f42: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/sonic-wall-application.yaml"

View on Github