nuclei-templates/exposed-panels/sophos-fw-version-detect.yaml

39 lines
832 B
YAML

id: sophos-fw-version-detect
info:
name: Sophos Firewall Version Detection
author: organiccrap,daffainfo
severity: info
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:
- '<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.]+))'