33 lines
592 B
YAML
33 lines
592 B
YAML
id: fortios-panel
|
|
|
|
info:
|
|
name: FortiOs Exposed Panel
|
|
author: canberbamber
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.favicon.hash:945408572
|
|
tags: panel,fortinet,fortios
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/remote/login?lang=en"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Please Login</title>"
|
|
- "Launch FortiClient"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|