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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/mynamesumin/cve-2021-21389
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationLearning & Education
GitHubmynamesumin/cve-2021-21389

CVE-2021-21389

경희대 졸업프로젝트

查看仓库
1年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

使用说明

  1. 通过docker构建易受攻击的wordpress和buddypress环境。
  2. 构建并运行mariaDB容器。
  3. 让两个容器在同一网络中运行。 例如:docker network create wordpress_network
    docker network connect wordpress_network wordpress_app
    docker network connect wordpress_network wordpress_db
  4. 通过以下命令执行payload: python3 CVE-2021-21389.py http://localhost:8080 test 1234 whoami
下载工具