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/chybeta/cmspoc
Exploit FrameworksVulnerability AnalysisWeb Application ExploitationPenetration Testing
GitHubchybeta/cmspoc

cmsPoc

CMS渗透测试框架-A CMS Exploit Framework

View Repository
5801618 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Attention

The project is being refactored: cmsPoc 2.0

Note: The POC library for version 2.0 has not yet been updated with the corresponding interfaces, so it cannot be used. If you need to use it, it is recommended to use version 1.0 first.

cmsPoc 1.0

Python 2.7 License

Requirements

  • python2.7
  • Works on Linux, Windows

Usage

root@kitploit:~
usage: cmspoc.py [-h]
 -t TYPE -s SCRIPT -u URL

optional arguments:
  -h, --help            show this help message and exit
  -t TYPE, --type TYPE  e.g.,phpcms
  -s SCRIPT, --script SCRIPT
                        Select script
  -u URL, --url URL     Input a target url

Parameter description:

  • -t: Specify the CMS type, e.g., -t beecms
  • -s: Specify the POC script to load, e.g., -s v40_fileupload_getshell
  • -u: Specify the target CMS, e.g., -u http://vuln/index.php

Script

For a complete script list, please see: cmsPoc-Wiki: Scripts

For a complete script list, you can see here: cmsPoc-Wiki: Scripts

Examples

root@kitploit:~
python cmspoc.py -u http://127.0.0.1/beecms/inex.php -t beecms -s v40_fileupload_getshell

Legal Disclaimer

This project is intended for educational and learning exchange purposes only. Do not use it for illegal purposes or malicious attacks, otherwise the author is not responsible for any consequences.

This project is made for educational and ethical testing purposes only. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

Download Tool