29 lines
688 B
YAML
29 lines
688 B
YAML
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: 4b0a00483046022100945d34d649d2e95395b4eba1aeb5b9836293fc0c4c77ce544c386b09819edf8002210093710cfc5664466288207678d81d1f46001f60f310af635ec35b9abf5e18b8d8:922c64590222798bb761d5b6d8e72950
|