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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-27348 — 这是 Apache HugeGraph 远程代码执行漏洞(CVE-2024-27348))的仓库。 | Kitploit
工具/GitHubGitHub/p0et08/cve-2024-27348
漏洞分析漏洞利用Web应用程序漏洞利用命令与控制远程访问工具
GitHubp0et08/cve-2024-27348

CVE-2024-27348

这是 Apache HugeGraph 远程代码执行漏洞(CVE-2024-27348))的仓库。

查看仓库
11年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-27348

这是 Apache HugeGraph 远程代码执行漏洞(CVE-2024-27348)的存储库。

Docker

root@kitploit:~
docker pull hugegraph/hugegraph:1.0.0
docker run -it --name hgserver -p 8081:8080 hugegraph/hugegraph:1.0.0

docker-compose.yml

root@kitploit:~
services:
  web:
    image: vulhub/hugegraph:1.2.0
    ports:
      - "8080:8080"
      - "5005:5005"
root@kitploit:~
### docker compose up -d   
### visit:http://your_ip:8080 

漏洞利用

root@kitploit:~
python .\CVE-2024-27348.py -t http://192.168.41.163:8080 -c "id"

picture

关于

你可以在此查看全部内容:

root@kitploit:~
https://www.vicarius.io/vsociety/posts/remote-code-execution-vulnerability-in-apache-hugegraph-server-cve-2024-27348
下载工具