diff --git a/http/exposed-panels/forticlientems-panel.yaml b/http/exposed-panels/forticlientems-panel.yaml new file mode 100644 index 0000000000..7036f09e93 --- /dev/null +++ b/http/exposed-panels/forticlientems-panel.yaml @@ -0,0 +1,35 @@ +id: forticlientems-panel + +info: + name: FortiClient Endpoint Management Server Panel - Detect + author: h4sh5 + severity: info + metadata: + max-request: 1 + verified: true + shodan-query: http.favicon.hash:-800551065 + tags: panel,fortinet,forticlient,ems,login,detect + +http: + - method: GET + path: + - "{{BaseURL}}/signin" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "FortiClient Endpoint Management Server" + + - type: status + status: + - 200 + + extractors: + - type: regex + part: body + name: version + group: 1 + regex: + - 'VERSION_FULL\\u0022: \\u0022(.*?)\\u0022'