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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-53677-POC — CVE-2024-53677 的概念验证 | Kitploit
工具/GitHubGitHub/cythonic1/cve-2024-53677-poc
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试远程访问工具
GitHubcythonic1/cve-2024-53677-poc

CVE-2024-53677-POC

CVE-2024-53677 的概念验证

查看仓库
1111个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-53677

一个老旧的漏洞,影响 Apache Struts,可导致 LFI 和远程执行。

关于该漏洞的更多信息,你可以参考这篇很棒的博客。

Apache Struts 路径遍历 → RCE (CVE-2024-53677)

POC 用法

我花了很多时间把这个 POC 做得尽可能可定制,因为当我第一次遇到这个 CVE 时,没有找到一个正确实现它的好来源。 大多数参数都有默认值,所以不要被这些参数吓到。

root@kitploit:~
git clone https://github.com/Cythonic1/CVE-2024-53677-POC
cd  CVE-2024-53677-POC
go run . -h
root@kitploit:~

  -command string
        command to execute on the server default: whoami
  -end-point string
        post endpoint default to: upload.action
  -file-location string
        where to save the file into the server default: what test function return
  -lfi-param string
        Parameter name for LFI testing default: top.UploadFileName
  -payload-file string
        Path to the payload file default: ./shell.jsp
  -payload-file-name string
        name of the payload it self default: shell.jsp
  -payload-param string
        Parameter name for payload injection default: Upload
  -test-file-name string
        name of the testfile it self default: testfile.txt
  -testing-file string
        File used for testing default: ./testfile.txt
  -url string
        Target base URL (format http://strutted.htb/) do not forgot the [/] at the end

所有这些命令都有默认值。我还实现了一个测试函数,用于检查文件应该放在哪里,而且它也是用户可配置的选项。

基本用法

root@kitploit:~
go run .  -url http://127.0.0.1:8080/ -end-point upload.action

注意事项。

有几件事需要注意。

  1. 默认的 payload 是 GIF 格式,内容类型是 gif;如果需要更改,这是唯一必须修改代码的地方。
  2. 测试函数可能会产生错误的判断,所以不要 100% 依赖它。
  3. 你可能需要运行该 exploit 不止一次,至少两次,因为我注意到当 payload 第一次上传时,它在下一次请求中并没有被找到。 请记住这一点。

贡献。

欢迎随意修改或添加该 exploit ♥️。

资源。

易受攻击的 Docker 镜像 关于该 exploit 的更多信息

下载工具