Sophos firewall detection

patch-1
organiccrap 2020-06-06 01:01:23 +08:00
parent 0e99d6e803
commit 26b0716878
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: sophos-fw-version-detect
info:
name: Sophos Firewall version detection
author: organiccrap
severity: low
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})"