nuclei-templates/http/exposed-panels/netflix-conductor-ui.yaml

36 lines
785 B
YAML
Raw Normal View History

2022-02-25 11:15:17 +00:00
id: netflix-conductor-ui
info:
name: Netflix Conductor UI Panel - Detect
2022-02-25 11:15:17 +00:00
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.0
cwe-id: CWE-200
2022-02-25 11:15:17 +00:00
metadata:
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
http:
2022-02-25 11:15:17 +00:00
- method: GET
path:
- "{{BaseURL}}"
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>'
condition: or