39 lines
981 B
YAML
39 lines
981 B
YAML
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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"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: 4b0a004830460221009d7182a556cbe3077f4df99416d196a22efc2ebb71108c299c55fb7fb1bc69610221008f53d15067a5174c2c24a26e66fcf326d62f030964caedcf9adc3e6ac3f9933e:922c64590222798bb761d5b6d8e72950
|