28 lines
769 B
YAML
28 lines
769 B
YAML
id: printers-info-leak
|
|
|
|
info:
|
|
name: Unauthorized Printer Access
|
|
author: pussycat0x
|
|
severity: info
|
|
reference:
|
|
- https://book.hacktricks.xyz/pentesting/9100-pjl
|
|
tags: network,iot,printer,misconfig
|
|
description: |
|
|
Unauthorized access to printers allows attackers to print, eavesdrop sensitive documents.
|
|
metadata:
|
|
max-request: 1
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "@PJL INFO STATUS\n"
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 9100
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "CODE="
|
|
- "PJL INFO STATUS"
|
|
condition: and
|
|
# digest: 4b0a00483046022100e98fae473288d77038dcb56b611db6125abe3c00b160e6463e3bb86db20e2f0f022100e38a674188acce151d2e3e20acb83f172a13f4db2208dd75a809f18b57c1a54b:922c64590222798bb761d5b6d8e72950 |