commit
c5020cbd57
|
@ -0,0 +1,30 @@
|
|||
id: sonicwall-security-login
|
||||
|
||||
info:
|
||||
name: SonicWall Network Security Login - Detect
|
||||
author: JustaAcat
|
||||
severity: info
|
||||
description: SonicWall Network Security Login panel was detected.
|
||||
metadata:
|
||||
verified: "true"
|
||||
shodan-query: title:"SonicWall Network Security Login"
|
||||
tags: panel,sonicwall,login
|
||||
|
||||
requests:
|
||||
- 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
|
Loading…
Reference in New Issue