37 lines
933 B
YAML
37 lines
933 B
YAML
id: fortinet-panel
|
|
|
|
info:
|
|
name: Fortinet Login Panel - Detect
|
|
author: pikpikcu,daffainfo
|
|
severity: info
|
|
description: Fortinet login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.title:"FORTINET LOGIN"
|
|
tags: panel,fortinet,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/login"
|
|
|
|
stop-at-first-match: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'FORTINET LOGIN</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a004730450220273d60a6d66a4c0cc51b4ce31a343113937b4022935e5bc8cb9e6fe69b51a19b02210080544f72433341760b78b49084bb44bef53d8ab3db909f0b0e5f50de1a0c47ed:922c64590222798bb761d5b6d8e72950 |