Merge pull request #9350 from h4sh5/patch-1

Create forticlientems-detect.yaml
patch-1
Dhiyaneshwaran 2024-03-16 21:52:10 +05:30 committed by GitHub
commit 8fca0d4706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 35 additions and 0 deletions

View File

@ -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'