35 lines
810 B
YAML
35 lines
810 B
YAML
|
id: pcoweb-unauth
|
||
|
|
||
|
info:
|
||
|
name: pCOWeb - Unauth
|
||
|
author: ritikchaddha
|
||
|
severity: high
|
||
|
reference:
|
||
|
- https://docs.librenms.org/Support/Device-Notes/Carel-pCOweb-Devices/#:~:text=Accessing%20the%20pCOWeb%20card,-Log%20on%20to&text=The%20default%20username%20and%20password%20is%20admin%2Ffadmin%20.
|
||
|
metadata:
|
||
|
verified: true
|
||
|
max-request: 1
|
||
|
shodan-query: title:"pCOWeb"
|
||
|
tags: pcoweb,unauth,misconfig,exposure
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/config/pw_left_bar.html"
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: response
|
||
|
words:
|
||
|
- "System is using"
|
||
|
- "pCOWeb"
|
||
|
- "Configuration"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|