Create sonicwall-analyzer-login.yaml
parent
d2d4d01846
commit
9d0685ec24
|
@ -0,0 +1,27 @@
|
|||
id: sonicwall-analyzer-login
|
||||
|
||||
info:
|
||||
name: SonicWall Analyzer Login
|
||||
author: princechaddha
|
||||
severity: info
|
||||
metadata:
|
||||
google-dork: intitle:"SonicWall Analyzer Login"
|
||||
tags: tech,sonicwall
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/sgms/auth"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Dell SonicWALL Analyzer Login</title>"
|
||||
- "<title>SonicWall Analyzer Login</title>"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue