my-nuclei-templates/fortinet-panel.yaml

26 lines
458 B
YAML

id: fortinet-panel
info:
name: Fortinet Panel Login
author: pikpikcu,daffainfo
severity: info
metadata:
shodan-query: http.title:"FORTINET LOGIN"
tags: panel,fortinet
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title tiles:fragment="title">FORTINET LOGIN</title>'
- type: status
status:
- 200