nuclei-templates/http/exposed-panels/fortinet/fortinet-fortinac-panel.yaml

41 lines
857 B
YAML
Raw Normal View History

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
shodan-query: http.title:"Fortinac"
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.]+)"'