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
CMS-made-simple-sqli-python3 — CMS Made Simple < 2.2.10 - SQL Injection (rewritten for python3), CVE-2019-905 | Kitploit
Tools/GitHubGitHub/xtafnull/cms-made-simple-sqli-python3
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubxtafnull/cms-made-simple-sqli-python3

CMS-made-simple-sqli-python3

CMS Made Simple < 2.2.10 - SQL Injection (rewritten for python3), CVE-2019-905

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
14 years agoNot yet reviewed

CMS-made-simple-sqli-python3

CMS Made Simple < 2.2.10 - SQL Injection (rewritten for python3), CVE-2019-9053

I found it problematic to run this exploit on kali linux, since python2 doesn't have termcolor, so with very few brackets I made it working with python3. All credit goes to: https://www.exploit-db.com/exploits/46635

I tested it against a cms vulnerable machine on https://tryhackme.com . It is working as intended

root@kitploit:~
┌──(xtafnull㉿kali)-[/opt]
└─$ python3 46635.py 
[+] Specify an url target
[+] Example usage (no cracking password): exploit.py -u http://target-uri
[+] Example usage (with cracking password): exploit.py -u http://target-uri --crack -w /path-wordlist
[+] Setup the variable TIME with an appropriate time, because this sql injection is a time based.
Download Tool