Skip to content

Netflix Conductor UI Panel - Detect

ID: netflix-conductor-ui

Severity: info

Author: c-sh0

Tags: webserver,netflix,conductor,panel

Netflix Conductor UI panel was detected.

id: netflix-conductor-ui
info:
name: Netflix Conductor UI Panel - Detect
author: c-sh0
severity: info
description: Netflix Conductor UI 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
cwe-id: CWE-200
cpe: cpe:2.3:a:netflix:conductor:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: netflix
product: conductor
shodan-query:
- http.title:"Conductor UI", http.title:"Workflow UI"
- http.title:"conductor ui", http.title:"workflow ui"
fofa-query: title="conductor ui", http.title:"workflow ui"
google-query: intitle:"conductor ui", http.title:"workflow ui"
tags: webserver,netflix,conductor,panel
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- '<title>Conductor UI</title>'
- '<title>Workflow UI</title>'
condition: or
# digest: 4a0a00473045022100a1016409992a85664013502011541d1ed1100f9b1e737f89cb437c47c60c96e9022007c5795dfab64298170c35f1161c86a20b48d568f3fb38b60f95cc4865b0eaf0:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/netflix-conductor-ui.yaml"

View on Github