From 2bbe23ff0f041ac88a2512b22fe8858cfd17cca2 Mon Sep 17 00:00:00 2001 From: Haoxi Tan <38898566+h4sh5@users.noreply.github.com> Date: Fri, 15 Mar 2024 01:06:52 +1000 Subject: [PATCH] Create forticlientems-detect.yaml --- http/technologies/forticlientems-detect.yaml | 35 ++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 http/technologies/forticlientems-detect.yaml diff --git a/http/technologies/forticlientems-detect.yaml b/http/technologies/forticlientems-detect.yaml new file mode 100644 index 0000000000..ee822958e0 --- /dev/null +++ b/http/technologies/forticlientems-detect.yaml @@ -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