Tuxedo Connected Controller Login Panel - Detect
ID: tuxedo-connected-controller
Severity: info
Author: dhiyaneshDk
Tags: panel,tuxedo,edb
Description
Section titled “Description”Tuxedo Connected Controller login panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 metadata: max-request: 1 tags: panel,tuxedo,edb
http: - method: GET path: - "{{BaseURL}}/login.html"
matchers-condition: and matchers: - type: word words: - '<title>Tuxedo Connected Controller</title>' part: body
- type: status status: - 200# digest: 490a0046304402206dfc318240fd5df0dbf109d166a424c543c929de5cbad97d4ea11e2d81f3f0e502204d20373c66da94c2267b8dda27dd5e4c20048108463dd7606a028abd3b9ae65c:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/tuxedo-connected-controller.yaml"