37 lines
900 B
YAML
37 lines
900 B
YAML
|
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'
|
||
|
# digest: 4a0a00473045022100ca8f62bf9c299d2ef4a24562fab0cfa6df4bf3e529e144287b08a9bddd70bfff0220395f7b7c4d94585210c9476eb9589430b114ef7e13f20e84109aef636d456745:922c64590222798bb761d5b6d8e72950
|