Create forticlientems-detect.yaml
parent
34edd4dfb1
commit
2bbe23ff0f
|
@ -0,0 +1,35 @@
|
|||
id: forticlientems-version-detect
|
||||
|
||||
info:
|
||||
name: FortiClientEMS version detect
|
||||
author: h4sh5
|
||||
severity: info
|
||||
metadata:
|
||||
max-request: 2
|
||||
shodan-query: FCTEMS
|
||||
tags: fortinet,FortiClientEMS
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/signin"
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 3
|
||||
stop-at-first-match: true
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "FortiClient"
|
||||
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
name: version
|
||||
group: 1
|
||||
regex:
|
||||
- 'VERSION_FULL\\u0022: \\u0022(.*?)\\u0022'
|
||||
part: body
|
Loading…
Reference in New Issue