2022-03-16 13:17:58 +00:00
|
|
|
id: sophos-mobile-panel
|
|
|
|
|
|
|
|
info:
|
2023-01-16 17:41:15 +00:00
|
|
|
name: Sophos Mobile Panel - Detect
|
2022-03-28 07:06:59 +00:00
|
|
|
author: Adam Crosser,idealphase
|
2022-03-16 13:17:58 +00:00
|
|
|
severity: info
|
2023-01-16 17:41:15 +00:00
|
|
|
description: Sophos Mobile panel was detected.
|
2022-03-28 07:06:59 +00:00
|
|
|
reference:
|
|
|
|
- https://www.sophos.com/en-us/products/mobile-control
|
|
|
|
- https://www.sophos.com/en-us/support/downloads/sophos-mobile
|
2023-01-16 17:41:15 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-03-16 13:17:58 +00:00
|
|
|
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>"
|
2022-03-28 07:06:59 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
2022-03-29 06:27:20 +00:00
|
|
|
- 'src="\/javax\.faces\.resource\/texteditor\/texteditor\.js\.xhtml\?ln=primefaces&v=(.+)"><\/script>'
|
2022-03-29 06:32:53 +00:00
|
|
|
- 'src="\/javax\.faces\.resource\/components\.js\.xhtml\?ln=primefaces&v=(.+)"><\/script>'
|
2023-01-16 17:41:15 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/01/15
|