31 lines
713 B
YAML
31 lines
713 B
YAML
id: tuxedo-connected-controller
|
|
|
|
info:
|
|
name: Tuxedo Connected Controller Login Panel - Detect
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
description: Tuxedo Connected Controller login panel was detected.
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/6486
|
|
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
|
|
tags: panel,tuxedo,edb
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login.html"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Tuxedo Connected Controller</title>'
|
|
part: body
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2023/01/18
|