38 lines
716 B
YAML
38 lines
716 B
YAML
id: fortios-panel
|
|
|
|
info:
|
|
name: Fortios Exposed Panel
|
|
author: canberbamber,Jna1
|
|
severity: info
|
|
description: |
|
|
admin portal of fortios devices
|
|
reference:
|
|
- https://www.horizon3.ai/fortinet-iocs-cve-2022-40684/
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.favicon.hash:945408572
|
|
tags: panel,fortinet,fortios
|
|
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /api/v2/cmdb/system/admin/admin HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '/remote/login'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'Server: xxxxxxxx-xxxxx'
|
|
|
|
- type: status
|
|
status:
|
|
- 403
|