44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
id: fortinet-fortinac-panel
|
|
|
|
info:
|
|
name: Fortinet FortiNAC Login Panel - Detect
|
|
author: johnk3r
|
|
severity: info
|
|
description: Fortinet FortiNAC login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:fortinet:fortinac:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
product: fortinac
|
|
shodan-query: http.title:"Fortinac"
|
|
vendor: fortinet
|
|
verified: true
|
|
tags: panel,fortinet,fortinac,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/WelcomeActions.jsp?action=ajaxGetWelcomeViewInfo'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'FortiNAC'
|
|
- '"product":'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '"version":"([0-9.]+)"'
|
|
# digest: 4b0a00483046022100ee0b8d74af8e95e87bc21266394c5f9970678db1def7006338a3def73422d778022100e02abce96893d9726ce468b266b56df98b36a50430354cac8ba913d72f4ffa54:922c64590222798bb761d5b6d8e72950
|