17 lines
319 B
YAML
17 lines
319 B
YAML
|
id: sonicwall-management-panel
|
||
|
|
||
|
info:
|
||
|
name: SonicWall Management Panel
|
||
|
author: PR3R00T
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/auth.html"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>SonicWall - Authentication</title>"
|
||
|
- "SonicWall Administrator"
|