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 cvss-score: 0.0 cwe-id: CWE-200 metadata: verified: true shodan-query: title:"Sophos" tags: panel,sophos requests: - 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: - 'Sophos' - '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.]+))' # Enhanced by md on 2023/01/15