nuclei-templates/http/exposed-panels/sonic-wall-application.yaml

34 lines
779 B
YAML
Raw Normal View History

2022-10-19 22:46:46 +00:00
id: sonic-wall-application
info:
name: SonicWall Appliance Management Console Login Panel - Detect
2022-10-19 22:46:46 +00:00
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
2022-10-19 22:46:46 +00:00
metadata:
max-request: 1
2022-10-19 22:46:46 +00:00
verified: true
2022-10-19 23:18:13 +00:00
shodan-query: title:"Appliance Management Console Login"
2022-10-21 08:20:15 +00:00
tags: panel,sonicwall,login
2022-10-19 22:46:46 +00:00
http:
2022-10-19 22:46:46 +00:00
- method: GET
path:
- "{{BaseURL}}/login.do"
2022-10-21 08:20:15 +00:00
matchers-condition: and
2022-10-19 22:46:46 +00:00
matchers:
- type: word
words:
- '<title>Appliance Management Console Login</title>'
- type: status
status:
- 200
# Enhanced by md on 2023/01/15