21 lines
433 B
YAML
21 lines
433 B
YAML
id: sophos-mobile-panel
|
|
|
|
info:
|
|
name: Sophos Mobile Panel Detect
|
|
author: Adam Crosser
|
|
severity: info
|
|
reference: https://www.sophos.com/en-us/products/mobile-control
|
|
metadata:
|
|
shodan-query: http.title:"Sophos Mobile"
|
|
tags: panel,sophos
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/login.xhtml?faces-redirect=true'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Sophos Mobile</title>"
|