nuclei-templates/exposed-panels/sophos-mobile-panel.yaml

30 lines
808 B
YAML

id: sophos-mobile-panel
info:
name: Sophos Mobile Panel Detect
author: Adam Crosser,idealphase
severity: info
reference:
- https://www.sophos.com/en-us/products/mobile-control
- https://www.sophos.com/en-us/support/downloads/sophos-mobile
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>"
extractors:
- type: regex
group: 1
regex:
- 'src="\/javax\.faces\.resource\/texteditor\/texteditor\.js\.xhtml\?ln=primefaces&amp;v=(.+)"><\/script>'
- 'src="\/javax\.faces\.resource\/components\.js\.xhtml\?ln=primefaces&amp;v=(.+)"><\/script>'