nuclei-templates/iot/apc-ups-login.yaml

26 lines
414 B
YAML

id: apc-ups-login
info:
name: APC UPS Login
author: droberson
severity: info
metadata:
shodan-query: title:"APC | Log On"
tags: iot,panel
requests:
- method: GET
path:
- "{{BaseURL}}/logon.htm"
matchers-condition: and
matchers:
- type: word
words:
- '<title>APC | Log On</title>'
part: body
- type: status
status:
- 200