commit
8fca0d4706
|
@ -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'
|
Loading…
Reference in New Issue