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

35 lines
645 B
YAML

id: fortinet-fortinac-panel
info:
name: Fortinet FortiNAC Panel
author: johnk3r
severity: info
metadata:
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.]+)"'