Skip to content

PQube 3 Power Analyzers

ID: pqube-power-analyzers

Severity: low

Author: pussycat0x

Tags: iot,exposure

PQube 3 Power Analyzer panel was detected.

id: pqube-power-analyzers
info:
name: PQube 3 Power Analyzers
author: pussycat0x
severity: low
description: PQube 3 Power Analyzer panel was detected.
metadata:
verified: true
max-request: 1
shodan-query: title:"PQube 3"
tags: iot,exposure
http:
- method: GET
path:
- '{{BaseURL}}/status.html'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'PQube 3 Information'
- 'Power Configuration:'
condition: and
- type: status
status:
- 200
# digest: 4a0a004730450221008247b6398261f97258486ba609c78206c74c7551947f7508e2e2362448c84666022024e3c9fd75438262e8900f7f9afd76d5ecf146b29bbece0e850ef17a5ed39fc3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/iot/pqube-power-analyzers.yaml"

View on Github