nuclei-templates/http/iot/brother-printer-detect.yaml

25 lines
439 B
YAML
Raw Normal View History

id: brother-printer-detect
info:
name: Brother Printer
author: pussycat0x
severity: low
reference: https://www.exploit-db.com/ghdb/6889
tags: iot,printer,tech
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/general/status.html"
matchers-condition: and
matchers:
- type: word
words:
- "Brother Industries"
- type: status
status:
2021-07-12 17:53:04 +00:00
- 200