Skip to content

APC UPS Login - Detect

ID: apc-ups-login

Severity: info

Author: droberson

Tags: iot,panel

APC UPS panel was detected.

id: apc-ups-login
info:
name: APC UPS Login - Detect
author: droberson
severity: info
description: APC UPS panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: title:"APC | Log On"
tags: iot,panel
http:
- method: GET
path:
- "{{BaseURL}}/logon.htm"
matchers-condition: and
matchers:
- type: word
words:
- '<title>APC | Log On</title>'
part: body
- type: status
status:
- 200
# digest: 490a0046304402200477f29719002b67f284fdd9592053cd8bab94b6ea4483c7b8bd8742a8e85a47022025fb07186f9c3ffb9fbc212aec2158f6e84876f699b9b507c8448c785bc7fab0: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/apc-ups-login.yaml"

View on Github