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

23 lines
434 B
YAML
Raw Normal View History

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