Update and rename forticlientems-detect.yaml to forticlientems-panel.yaml

patch-1
Ritik Chaddha 2024-03-15 14:58:48 +05:30 committed by GitHub
parent 2bbe23ff0f
commit a09d18ad1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 11 deletions

View File

@ -1,35 +1,35 @@
id: forticlientems-version-detect
id: forticlientems-panel
info:
name: FortiClientEMS version detect
name: FortiClient Endpoint Management Server Panel - Detect
author: h4sh5
severity: info
metadata:
max-request: 2
shodan-query: FCTEMS
tags: fortinet,FortiClientEMS
max-request: 1
verified: true
shodan-query: http.favicon.hash:-800551065
tags: panel,fortinet,forticlient,ems,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/signin"
host-redirects: true
max-redirects: 3
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "FortiClient"
- "FortiClient Endpoint Management Server"
- type: status
status:
- 200
extractors:
- type: regex
part: body
name: version
group: 1
regex:
- 'VERSION_FULL\\u0022: \\u0022(.*?)\\u0022'
part: body