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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-27348 — Apache HugeGraph Server RCE 扫描器 (CVE-2024-27348) | Kitploit
工具/GitHubGitHub/zeyad-azima/cve-2024-27348
侦察漏洞扫描器漏洞利用Web应用程序漏洞利用渗透测试命令与控制
GitHubzeyad-azima/cve-2024-27348

CVE-2024-27348

Apache HugeGraph Server RCE 扫描器 (CVE-2024-27348)

查看仓库
611422年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-27348

仅供道德使用,不允许任何有害或恶意行为。并且由您自行承担责任

  • 您可以在此处阅读漏洞分析:https://blog.securelayer7.net/remote-code-execution-in-apache-hugegraph/

Apache HugeGraph 服务器 RCE 扫描器 (CVE-2024-27348),扫描器将在目标上运行 4 条命令(host、ping、curl、wget),以防找不到某个工具。

HugeGraphRCE

来自目标的 Ping 日志

Ping_Logs_Fromm_Targets

来自目标的 DNS 查询、Web 请求

http_dns_requests_from_targets

用法

root@kitploit:~
usage: [-h] [--file FILE] [--target TARGET] [--port PORT] [--domain DOMAIN]

Exploit CVE-2024-27348 Gremlin RCE in HugeGraph server from 1.0.0 Before 1.3.0

optional arguments:
  -h, --help            show this help message and exit
  --file FILE, -f FILE  File containing target addresses and ports W/ the following format: http://target,port e.x: http://localhost,8080
  --target TARGET, -t TARGET
                        Target IP address/domain
  --port PORT, -p PORT  Target port
  --domain DOMAIN, -d DOMAIN
                        Attacker domain (Your own domain to check ping/requests log)

单个目标

root@kitploit:~
python3 CVE-2024-27348_Scanner.py -t http(s)://target_address -p port -d your_domain/ip

文件

root@kitploit:~
python3 CVE-2024-27348_Scanner.py -f targets_file -d your_domain/ip
  • 文件内容格式示例见 targets.txt
下载工具