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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2018-16763 — Fuel CMS 1.4.1 - 远程代码执行 | Kitploit
工具/GitHubGitHub/padsalatushal/cve-2018-16763
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试远程访问工具
GitHubpadsalatushal/cve-2018-16763

CVE-2018-16763

Fuel CMS 1.4.1 - 远程代码执行

查看仓库
614年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Fuel CMS 1.4.1 - 远程代码执行

FUEL CMS 1.4.1 允许通过 pages/select/ 的 filter 参数或 preview/ 的 data 参数进行 PHP 代码评估。这可能导致未认证远程代码执行。

安装

root@kitploit:~
git clone https://github.com/Trushal2004/CVE-2018-16763.git
cd CVE-2018-16763/
python3 -m pip install -r requirements.txt
chmod +x exploit.py
./exploit.py

帮助

root@kitploit:~
$./exploit.py --help
usage: python3 ./exploit.py -u <url>

fuel cms fuel CMS 1.4.1 - Remote Code Execution Exploit

optional arguments:
  -h, --help         show this help message and exit
  -v, --version      show the version of exploit
  -u url, --url url  Enter the url

EXAMPLE - python3 ./exploit.py -u http://10.10.21.74

演示

image

image

Exploit DB

https://www.exploit-db.com/exploits/50477

下载工具