28 lines
476 B
YAML
28 lines
476 B
YAML
|
id: carel-plantvisor-panel
|
||
|
|
||
|
info:
|
||
|
name: CAREL Pl@ntVisor Panel
|
||
|
author: Hardik-Solanki
|
||
|
severity: info
|
||
|
metadata:
|
||
|
shodan-query: title:"CAREL Pl@ntVisor"
|
||
|
tags: panels,scada,iot,carel
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'CAREL Pl@ntVisor'
|
||
|
- 'alt="CAREL'
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|