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
Tools/GitHubGitHub/jx0n0/monstra_cms-3.0.4--getshell
Payload GenerationVulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubjx0n0/monstra_cms-3.0.4--getshell

monstra_cms-3.0.4--getshell

monstra_cms-3.0.4-上传getshell CVE-2018-17418

View Repository
117 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

monstra_cms-3.0.4--getshell

monstra_cms-3.0.4-上传getshell CVE- 2018-17418

代码分析(Code analysis):

在monstra\plugins\box\filesmanager\ filesmanager.admin.php第150行中存在forbidden_types变量做黑名单限制,继续跟进该变量

In the line 150 of monstra\plugins\box\filesmanager\ filesmanager.admin.php, there is a forbidden_types variable to be blacklisted. Continue to follow the variable.

Alt text

在同文件第22行发现相关黑名单名单,可以利用大小写绕过。

The list of related blacklists found on line 22 of the same document can be bypassed by capitalization.

Alt text

实际演示(Actual demonstration):

Content栏下Files功能存在上传按钮

The Upload function exists in the Files function under the Content column.

Alt text

使用burp拦截数据包,修改后缀为PhP

Use burp to intercept the packet and modify the suffix to PhP.

Alt text

上传成功

Successful upload

Alt text

菜刀链接

use Chopper link it

Alt text

Download Tool