2023-02-22 12:40:06 +00:00
|
|
|
id: fortinet-fortinac-panel
|
|
|
|
|
|
|
|
info:
|
2023-04-28 13:11:35 +00:00
|
|
|
name: Fortinet FortiNAC Login Panel - Detect
|
2023-02-22 12:40:06 +00:00
|
|
|
author: johnk3r
|
|
|
|
severity: info
|
2023-04-28 13:11:35 +00:00
|
|
|
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
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2023-02-22 12:40:06 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-02-22 12:40:06 +00:00
|
|
|
shodan-query: http.title:"Fortinac"
|
|
|
|
tags: panel,fortinet,fortinac,login
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-02-22 12:40:06 +00:00
|
|
|
- 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.]+)"'
|