nuclei-templates/iot/unauthorized-brother-access...

26 lines
497 B
YAML
Raw Normal View History

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