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

26 lines
495 B
YAML
Raw Normal View History

2021-09-21 11:46:53 +00:00
id: brother-unauthorized-access
2021-07-12 17:53:04 +00:00
info:
name: Brother Printer
author: pussycat0x
severity: medium
reference: https://www.exploit-db.com/ghdb/6889
2021-09-21 11:46:53 +00:00
tags: iot,printer,unauth
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