Skip to content

PowerCom Network Manager

ID: powercom-network-manager

Severity: info

Author: pussycat0x

Tags: powercommanager,login,panel

id: powercom-network-manager
info:
name: PowerCom Network Manager
author: pussycat0x
severity: info
metadata:
verified: true
max-request: 1
shodan-query: http.title:"PowerCom Network Manager"
tags: powercommanager,login,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "PowerCom Network Manager"
- type: status
status:
- 200
# digest: 490a0046304402200db0baa956f0ecd503ad533cc2dfc217ea7576281e96515d87ce0270a41055e6022030c31bc17bf4e4f09e58fd099ce58625b26f8e7a68d790ba74b304068ecf1759: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/exposed-panels/powercom-network-manager.yaml"

View on Github