2022-02-25 11:15:17 +00:00
|
|
|
id: netflix-conductor-ui
|
|
|
|
|
|
|
|
info:
|
2022-12-02 21:24:17 +00:00
|
|
|
name: Netflix Conductor UI Panel - Detect
|
2022-02-25 11:15:17 +00:00
|
|
|
author: c-sh0
|
|
|
|
severity: info
|
2022-12-02 21:24:17 +00:00
|
|
|
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
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-02-25 11:15:17 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-02-25 11:15:17 +00:00
|
|
|
shodan-query: http.title:"Conductor UI", http.title:"Workflow UI"
|
|
|
|
tags: webserver,netflix,conductor,panel
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-02-25 11:15:17 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-02-25 11:15:17 +00:00
|
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<title>Conductor UI</title>'
|
|
|
|
- '<title>Workflow UI</title>'
|
2022-12-02 21:24:17 +00:00
|
|
|
condition: or
|