nuclei-templates/network/printers-info-leak.yaml

20 lines
415 B
YAML
Raw Normal View History

id: printers-info-leak
2021-07-14 18:08:45 +00:00
info:
name: Unauthorized Printer Access
2021-07-14 18:08:45 +00:00
author: pussycat0x
severity: info
2021-07-14 18:08:45 +00:00
tags: network,iot
reference: https://book.hacktricks.xyz/pentesting/9100-pjl
network:
- inputs:
- data: "@PJL INFO STATUS\n"
host:
2021-12-09 13:06:24 +00:00
- "{{Host}}:9100"
2021-07-14 18:08:45 +00:00
matchers:
- type: word
words:
2021-07-15 09:40:47 +00:00
- "CODE="
- "PJL INFO STATUS"
condition: and