2022-02-25 11:15:17 +00:00
|
|
|
id: netflix-conductor-ui
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Netflix Conductor UI Detection
|
|
|
|
author: c-sh0
|
|
|
|
severity: info
|
|
|
|
metadata:
|
|
|
|
shodan-query: http.title:"Conductor UI", http.title:"Workflow UI"
|
|
|
|
tags: webserver,netflix,conductor,panel
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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>'
|
|
|
|
condition: or
|