Create sonicwall-analyzer-login.yaml

patch-1
Dhiyaneshwaran 2022-07-07 23:52:15 +01:00 committed by GitHub
parent 888924a21a
commit 88256ef147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: sonicwall-analyzer-login
info:
name: SonicWall Analyzer Login
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-dork: title:"SonicWall Analyzer Login"
tags: panel,sonicwall
requests:
- method: GET
path:
- '{{BaseURL}}/sgms/auth'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>SonicWall Analyzer Login</title>'
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200