25 lines
428 B
YAML
25 lines
428 B
YAML
id: unauthorized-hp-printer
|
|
|
|
info:
|
|
name: Unauthorized HP Printer
|
|
author: pussycat0x
|
|
severity: high
|
|
tags: hp,iot,unauth
|
|
|
|
requests:
|
|
- 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
|