nuclei-templates/exposed-panels/fortinet/fortios-panel.yaml

43 lines
889 B
YAML
Raw Normal View History

id: fortios-panel
info:
name: FortiOS Admin Login Panel - Detect
2022-11-04 10:20:51 +00:00
author: canberbamber,Jna1
severity: info
description: |
FortiOS admin login panel was detected.
reference:
- https://www.horizon3.ai/fortinet-iocs-cve-2022-40684/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: http.favicon.hash:945408572
2022-10-14 11:22:14 +00:00
tags: panel,fortinet,fortios
requests:
- raw:
- |
GET /api/v2/cmdb/system/admin/admin HTTP/1.1
2022-11-04 10:20:51 +00:00
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- '/remote/login'
2022-11-04 10:20:51 +00:00
- type: word
part: header
words:
- 'Server: xxxxxxxx-xxxxx'
2022-11-04 10:20:51 +00:00
- type: status
status:
- 403
# Enhanced by md on 2022/11/15