Sophos firewall detection
parent
0e99d6e803
commit
26b0716878
|
@ -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})"
|
Loading…
Reference in New Issue