Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CMS-made-simple-sqli-python3 — CMS Made Simple < 2.2.10 - SQL 注入 (为 python3 重写), CVE-2019-905 | Kitploit
工具/GitHubGitHub/xtafnull/cms-made-simple-sqli-python3
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试
GitHubxtafnull/cms-made-simple-sqli-python3

CMS-made-simple-sqli-python3

CMS Made Simple < 2.2.10 - SQL 注入 (为 python3 重写), CVE-2019-905

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
14年前尚未审核

CMS-made-simple-sqli-python3

CMS Made Simple < 2.2.10 - SQL 注入(为 python3 重写), CVE-2019-9053

我发现让这个漏洞利用脚本在 kali linux 上运行很麻烦,因为 python2 没有 termcolor,所以我只做了很少的括号改动就让它能在 python3 下运行了。 所有功劳归于:https://www.exploit-db.com/exploits/46635

我在 https://tryhackme.com 上对一个存在漏洞的 CMS 机器进行了测试。 它按预期正常工作。

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.
下载工具