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

27 lines
433 B
YAML

id: unauthorized-hp-printer
info:
name: Unauthorized HP Printer
author: pussycat0x
severity: high
tags: hp,iot,unauth
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/SSI/Auth/ip_snmp.htm"
matchers-condition: and
matchers:
- type: word
words:
- "HP"
- "<h1>SNMP</h1>"
condition: and
- type: status
status:
- 200