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

26 lines
458 B
YAML
Raw Normal View History

id: fortinet-panel
2021-07-27 07:13:08 +00:00
info:
name: Fortinet Panel Login
author: pikpikcu,daffainfo
2021-07-27 07:13:08 +00:00
severity: info
metadata:
shodan-query: http.title:"FORTINET LOGIN"
2022-01-03 16:06:23 +00:00
tags: panel,fortinet
2021-07-27 07:13:08 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-07-27 07:13:08 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title tiles:fragment="title">FORTINET LOGIN</title>'
2021-07-27 07:13:08 +00:00
- type: status
status:
- 200