Skip to content

Brother Printer

ID: brother-printer-detect

Severity: low

Author: pussycat0x

Tags: iot,printer,tech

Brother Printer panel was detected.

id: brother-printer-detect
info:
name: Brother Printer
author: pussycat0x
severity: low
description: Brother Printer panel was detected.
reference: https://www.exploit-db.com/ghdb/6889
metadata:
max-request: 1
tags: iot,printer,tech
http:
- method: GET
path:
- "{{BaseURL}}/general/status.html"
matchers-condition: and
matchers:
- type: word
words:
- "Brother Industries"
- type: status
status:
- 200
# digest: 4b0a00483046022100f25c5b7790107d24bf894a40a715810dca2d265526e61eadf2e620ba28d7af67022100ac57e892307a528d06fbb0ec39cd4cf4107f2286ae73fd96474a79fe91ba281b:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/iot/brother-printer-detect.yaml"

View on Github