Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions http/exposed-panels/fortisandbox-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
id: fortisandbox-panel

info:
name: FortiSandbox Panel - Detect
author: rxerium
severity: info
description: |
Detected exposed FortiSandbox login and management interfaces.
reference:
- https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/FortiSandbox.pdf
metadata:
max-request: 1
verified: true
vendor: fortinet
product: fortisandbox
shodan-query: http.title:"FortiSandbox"
tags: fortinet,fortisandbox,panel,login,discovery

http:
- method: GET
path:
- "{{BaseURL}}/ng/login?returnUrl=%2F"

matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>FortiSandbox'
- '<span>FortiSandbox'

- type: status
status:
- 200
Loading