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

26 lines
414 B
YAML
Raw Normal View History

2021-10-05 02:36:01 +00:00
id: apc-ups-login
info:
2021-10-05 09:42:53 +00:00
name: APC UPS Login
2021-10-05 02:36:01 +00:00
author: droberson
2021-10-05 09:42:53 +00:00
severity: info
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: title:"APC | Log On"
2021-10-05 09:42:53 +00:00
tags: iot,panel
2021-10-05 02:36:01 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/logon.htm"
2021-10-05 09:42:53 +00:00
2021-10-05 02:36:01 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>APC | Log On</title>'
part: body
2021-10-05 09:42:53 +00:00
2021-10-05 02:36:01 +00:00
- type: status
status:
- 200