nuclei-templates/misconfiguration/unauthorized-hp-printer.yaml

25 lines
428 B
YAML
Raw Normal View History

2021-07-12 20:00:58 +00:00
id: unauthorized-hp-printer
2021-07-11 18:14:34 +00:00
info:
2021-07-12 20:00:58 +00:00
name: Unauthorized HP Printer
2021-07-11 18:14:34 +00:00
author: pussycat0x
2021-07-12 20:00:58 +00:00
severity: high
tags: hp,iot,unauth
2021-07-11 18:14:34 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/SSI/Auth/ip_snmp.htm"
2021-07-12 20:00:58 +00:00
2021-07-11 18:14:34 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "HP"
2021-07-12 20:00:58 +00:00
- "<h1>SNMP</h1>"
condition: and
2021-07-11 18:14:34 +00:00
- type: status
status:
- 200