nuclei-templates/exposed-panels/cudatel-panel.yaml

35 lines
674 B
YAML
Raw Normal View History

2022-11-26 18:46:19 +00:00
id: cudatel-panel
info:
name: CudaTel Login Panel - Detect
2022-11-26 18:46:19 +00:00
author: arafatansari
severity: info
description: CudaTel 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
cvss-score: 0.0
cwe-id: CWE-200
2022-11-26 18:46:19 +00:00
metadata:
verified: true
2022-11-29 09:59:32 +00:00
shodan-query: title:"CudaTel"
tags: panel,cudatel
2022-11-26 18:46:19 +00:00
requests:
- method: GET
path:
2022-11-29 09:59:32 +00:00
- "{{BaseURL}}"
2022-11-26 18:46:19 +00:00
matchers-condition: and
matchers:
- type: word
words:
2022-11-29 09:59:32 +00:00
- 'CudaTel Communications Server'
- 'alt="CudaTel'
2022-11-26 18:46:19 +00:00
condition: or
2022-11-29 09:59:32 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/12/05