Update unauth-fastvue.yaml
parent
f66c0aaaa8
commit
50fe70f1dd
|
@ -7,21 +7,26 @@ info:
|
|||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.favicon.hash:-1117549627
|
||||
tags: panel
|
||||
tags: panel,fastvue
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/dashboard.aspx"
|
||||
matchers-condition: or
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Fastvue Sophos Reporter</title>"
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Fastvue Reporter for SonicWall</title>"
|
||||
condition: and
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Dashboard"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue