Skip to content

SonicWall Network Security Login - Detect

ID: sonicwall-security-login

Severity: info

Author: JustaAcat

Tags: panel,sonicwall,login

SonicWall Network Security Login panel was detected.

id: sonicwall-security-login
info:
name: SonicWall Network Security Login - Detect
author: JustaAcat
severity: info
description: SonicWall Network Security Login panel was detected.
classification:
cpe: cpe:2.3:h:sonicwall:tz_350:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: sonicwall
product: tz_350
shodan-query:
- title:"SonicWall Network Security Login"
- http.title:"sonicwall network security login"
fofa-query: title="sonicwall network security login"
google-query: intitle:"sonicwall network security login"
tags: panel,sonicwall,login
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/sonicui/7/login/"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "SonicWall Network Security Login"
- type: status
status:
- 200
# digest: 4a0a0047304502204868095ed7ec9317800cfded38d76242982294f31d3a5f3c2a260413d8b34b51022100a3265392ff0e1f78fd575e6cb0c0002459fae5ffcf0dc6274dbbe4c9909477e7: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-login.yaml"

View on Github