Create forticlientems-detect.yaml

patch-1
Haoxi Tan 2024-03-15 01:06:52 +10:00 committed by GitHub
parent 34edd4dfb1
commit 2bbe23ff0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 35 additions and 0 deletions

View File

@ -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