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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Apache-GOExploiter — Apache (CVE-2025-24813) GOExploiter Checker & Exploiter 非常快 | Kitploit
工具/GitHubGitHub/drcrypterdotru/apache-goexploiter
漏洞扫描器漏洞利用ShellcodeWeb应用程序漏洞利用渗透测试
GitHubdrcrypterdotru/apache-goexploiter

Apache-GOExploiter

Apache (CVE-2025-24813) GOExploiter Checker & Exploiter 非常快

查看仓库
20310个月前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

🛠 Apache_GoExploiter – CVE-2025-24813 PUT 方法利用工具包

Apache_GoExploiter 是一个基于 Go 的概念验证工具,用于扫描和利用存在 CVE-2025-24813 漏洞的 Apache Tomcat 服务器。它检测端口 8080 上是否暴露了 HTTP PUT 支持,并尝试将测试文件或 shell 文件上传到可写目录。


📸 演示

预览
demo1
demo2

⚙️ 功能

  • 🔍 自动检测 http://<host>:8080,即使输入是 example.com 或 http://example.com
  • ⚡ 支持多线程扫描 (-threads)
  • ✍️ 测试 PUT 支持和可写目录
  • 🐚 若目录可写,可选择上传 shell
  • 💾 将成功结果保存到输出文件

🚀 如何使用

🧪 选项 1:通过 Go 直接运行(无需编译)

root@kitploit:~
go run Apache_GoExploiter.go -list list.txt -threads 50

🔨 选项 2:编译后运行

🔹 Linux

root@kitploit:~
go build -o Apache_GoExploiter Apache_GoExploiter.go
./Apache_GoExploiter -list list.txt -threads 50

🔹 Windows (PowerShell / CMD)

root@kitploit:~
go build -o Apache_GoExploiter.exe Apache_GoExploiter.go
Apache_GoExploiter.exe -list list.txt -threads 50

📥 输入格式

将目标 URL 放入一个文件(例如 list.txt)。格式如下:

root@kitploit:~
http://example.com
example.org

请不要包含 :8080 —— 工具会自动添加并测试。


📂 输出文件

文件说明
PUT_VULN.txt对 HTTP PUT 响应成功的目标
Shelled.txt上传的 shell 文件成功的目标(可写路径)

📦 下载

你可以 在此下载二进制文件 或通过 go build 从源码构建。


🧠 CVE 详情 – CVE-2025-24813

Apache Tomcat 在特定错误配置(如 WebDAV)下允许通过 PUT 方法上传文件。若开启此功能:

  • 攻击者可上传任意文件(如 JSP shell)
  • 可能无需身份验证
  • 可写目录可能导致代码执行

⚠️ 法律警告

本工具仅用于教育和授权安全测试。
请不要扫描你不拥有或未经授权测试的域名。
未经授权的使用可能违法,并会受到相关法律处罚。


✍️ 作者

由 DRCrypter.ru 开发
Telegram: @drcrypterd0tru
GitHub: @drcrypterdotru

下载工具