2020-06-05 17:01:23 +00:00
|
|
|
id: sophos-fw-version-detect
|
|
|
|
|
|
|
|
info:
|
2023-01-16 17:41:15 +00:00
|
|
|
name: Sophos Firewall Login Panel - Detect
|
2022-09-29 13:42:11 +00:00
|
|
|
author: organiccrap,daffainfo
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2023-01-16 17:41:15 +00:00
|
|
|
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
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-11-18 14:08:27 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: title:"Sophos"
|
2022-01-04 19:34:16 +00:00
|
|
|
tags: panel,sophos
|
2020-06-05 17:01:23 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/webconsole/webpages/login.jsp"
|
|
|
|
- "{{BaseURL}}/userportal/webpages/myaccount/login.jsp"
|
2022-09-29 13:42:11 +00:00
|
|
|
|
|
|
|
stop-at-first-match: true
|
2020-06-05 17:01:23 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2022-09-29 13:42:11 +00:00
|
|
|
|
2020-06-05 17:01:23 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
2022-09-29 13:42:11 +00:00
|
|
|
words:
|
|
|
|
- '<title>Sophos</title>'
|
|
|
|
- 'uiLangToHTMLLangAttributeValueMapping'
|
|
|
|
condition: or
|
|
|
|
|
2022-11-18 14:24:06 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
2020-06-05 17:01:23 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
2022-11-18 14:08:27 +00:00
|
|
|
group: 1
|
2020-06-05 17:01:23 +00:00
|
|
|
regex:
|
2022-11-18 14:08:27 +00:00
|
|
|
- 'href="\/themes\/lite1\/css\/typography\.css\?version=(([0-9a-z]+)([0-9.]+))'
|
2023-01-16 17:41:15 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/01/15
|