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

28 lines
636 B
YAML
Raw Normal View History

2020-06-05 17:01:23 +00:00
id: sophos-fw-version-detect
info:
name: Sophos Firewall version detection
author: organiccrap
2020-08-03 21:52:00 +00:00
severity: info
2021-04-06 07:25:57 +00:00
tags: panel
2020-06-05 17:01:23 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/webconsole/webpages/login.jsp"
- "{{BaseURL}}/userportal/webpages/myaccount/login.jsp"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Sophos</title>"
- type: regex
part: body
regex:
- "(\\d{2}.\\d{1,2}.\\d{1,2}.\\d{2,3})"
condition: and
extractors:
- type: regex
part: body
regex:
- "(\\d{2}.\\d{1,2}.\\d{1,2}.\\d{2,3})"