28 lines
463 B
YAML
28 lines
463 B
YAML
id: cudatel-panel
|
|
|
|
info:
|
|
name: CudaTel Login Panel
|
|
author: arafatansari
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"CudaTel"
|
|
tags: panel,cudatel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'CudaTel Communications Server'
|
|
- 'alt="CudaTel'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|