31 lines
555 B
YAML
31 lines
555 B
YAML
id: ftm-manager-panel
|
|
|
|
info:
|
|
name: FTM Manager Panel
|
|
author: idealphase
|
|
severity: info
|
|
description: FTM Manager Industry LTE Router.
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.html:"FTM manager"
|
|
google-dork: intitle:"FTM manager"
|
|
tags: panel,ftm
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'FTM Manager'
|
|
- 'login-panel'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|