47 lines
1.3 KiB
YAML
47 lines
1.3 KiB
YAML
id: sophos-fw-version-detect
|
|
|
|
info:
|
|
name: Sophos Firewall Login Panel - Detect
|
|
author: organiccrap,daffainfo
|
|
severity: info
|
|
description: Sophos Firewall login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:o:sophos:sfos:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
product: sfos
|
|
shodan-query: title:"Sophos"
|
|
vendor: sophos
|
|
verified: true
|
|
tags: panel,sophos
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/webconsole/webpages/login.jsp"
|
|
- "{{BaseURL}}/userportal/webpages/myaccount/login.jsp"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Sophos</title>'
|
|
- 'uiLangToHTMLLangAttributeValueMapping'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'href="\/themes\/lite1\/css\/typography\.css\?version=(([0-9a-z]+)([0-9.]+))'
|
|
# digest: 4a0a0047304502202814e7a3899be80aa8ce2c8c8e942fa9c106da8f7d731ab23e0f9821e2edd3c20221009337ec4f5fe4e7b1031bad7f0e7fbd3f1dae431ca9583005ac82124759f009ca:922c64590222798bb761d5b6d8e72950 |