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
exploit-cve-2018-7448 — Python script for CMS Made Simple 2.1.6 - Remote Code Execution. | Kitploit
Tools/GitHubGitHub/b1d0ws/exploit-cve-2018-7448
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubb1d0ws/exploit-cve-2018-7448

exploit-cve-2018-7448

Python script for CMS Made Simple 2.1.6 - Remote Code Execution.

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

exploit-cve-2018-7448

Purpose

This is a python script to automate CMS Made Simple 2.1.6 - Remote Code Execution - CVE-2018-7448.

It was created based on https://www.exploit-db.com/exploits/44192.

Usage

root@kitploit:~
python3 exploit-CVE-2018-7448.py -t 127.0.0.1/cmsms -d cms -u root -p password

Troubleshooting

If the installer is different from cmsms-2.1.6-install.php, you will have to change the file name in the code.

The exploit works on HTTP by default, if you need to exploit HTTPS, change the URLs in the code.

Download Tool