33 lines
764 B
YAML
33 lines
764 B
YAML
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
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"Appliance Management Console Login"
|
|
tags: panel,sonicwall,login
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login.do"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Appliance Management Console Login</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2023/01/15
|