36 lines
899 B
YAML
36 lines
899 B
YAML
id: forticlientems-panel
|
|
|
|
info:
|
|
name: FortiClient Endpoint Management Server Panel - Detect
|
|
author: h4sh5
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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'
|
|
# digest: 4a0a00473045022014feeb5bf2d6427144c2b239b8cf429fd6e1df8a7e1c457647e31ed12ce9e4f2022100b4ca4c2b3c91cec242d70799bde6d665e4dbefdae552b47ef14db9bade9fe0a7:922c64590222798bb761d5b6d8e72950 |