Minor update
parent
3c7f4ed78c
commit
640f095d7c
|
@ -1,21 +1,23 @@
|
|||
id: brother-printer-detect
|
||||
|
||||
info:
|
||||
name: Brother Printer
|
||||
author: pussycat0x
|
||||
severity: low
|
||||
reference: https://www.exploit-db.com/ghdb/6889
|
||||
tags: iot,printer,tech
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/general/status.html"
|
||||
- "{{BaseURL}}/general/find.html"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Brother Industries"
|
||||
- "Network Status"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue