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

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

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

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

工具目录

分类

查看所有分类
Loading categories
rejetto-http-file-server-2.3.x-RCE-exploit-CVE-2014-6287 — 此仓库包含 Rejetto HTTP File Server (HFS) 2.3.x - 远程命令执行 的详细说明和可用 PoC。 | Kitploit
工具/GitHubGitHub/rahisec/rejetto-http-file-server-2.3.x-rce-exploit-cve-2014-6287
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试远程访问工具
GitHubrahisec/rejetto-http-file-server-2.3.x-rce-exploit-cve-2014-6287

rejetto-http-file-server-2.3.x-RCE-exploit-CVE-2014-6287

此仓库包含 Rejetto HTTP File Server (HFS) 2.3.x - 远程命令执行 的详细说明和可用 PoC。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
1年前尚未审核

rejetto-http-file-server-2.3.x-RCE-exploit-CVE-2014-6287

该仓库包含针对 Rejetto HTTP 文件服务器 (HFS) 2.3.x 远程命令执行漏洞的详细说明和可用 PoC。

配置:

创建一个 netcat 监听器。

root@kitploit:~
nc -lnvp 1234

将攻击者 IP 改为你的 IP 和端口。

image.png

同时,在 nc.exe 所在的同一目录下创建一个 HTTP 文件服务器。

root@kitploit:~
python -m http.server 80

使用方法:

root@kitploit:~
python exploit.py <target-ip> <target-port>

image.png

注意:你可能需要多次运行该 payload 才能获得反弹 shell。

参考


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

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

https://mohemiv.com/all/rejetto-http-file-server-2-3m-unauthenticated-rce/

下载工具