nuclei-templates/http/misconfiguration/pcoweb-unauth.yaml

35 lines
810 B
YAML
Raw Normal View History

2024-09-23 11:20:42 +00:00
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