2024-03-15 09:28:48 +00:00
|
|
|
id: forticlientems-panel
|
2024-03-14 15:06:52 +00:00
|
|
|
|
|
|
|
info:
|
2024-03-15 09:28:48 +00:00
|
|
|
name: FortiClient Endpoint Management Server Panel - Detect
|
2024-03-14 15:06:52 +00:00
|
|
|
author: h4sh5
|
|
|
|
severity: info
|
|
|
|
metadata:
|
2024-06-07 10:04:29 +00:00
|
|
|
verified: true
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 1
|
2024-03-15 09:28:48 +00:00
|
|
|
shodan-query: http.favicon.hash:-800551065
|
|
|
|
tags: panel,fortinet,forticlient,ems,login,detect
|
2024-03-14 15:06:52 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/signin"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2024-03-15 09:28:48 +00:00
|
|
|
- "FortiClient Endpoint Management Server"
|
2024-03-14 15:06:52 +00:00
|
|
|
|
2024-03-15 09:28:48 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-03-14 15:06:52 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
2024-03-15 09:28:48 +00:00
|
|
|
part: body
|
2024-03-14 15:06:52 +00:00
|
|
|
name: version
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'VERSION_FULL\\u0022: \\u0022(.*?)\\u0022'
|
2024-03-26 08:05:26 +00:00
|
|
|
# digest: 490a004630440220191210889b092bad2495ae7922cfda0aebba8d4622c72e5b636b7ce9f757554f02201ecbb4d0bd3d77ed930c0bfed09c02dd119a7180be1b0856bf8cb2037a8de04a:922c64590222798bb761d5b6d8e72950
|