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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-50498 — 针对 WordPress WP Query Console 中 CVE-2024-50498 代码注入漏洞的利用脚本,可检测漏洞并传递反弹 Shell。 | Kitploit
工具/GitHubGitHub/nxploited/cve-2024-50498
Payload生成漏洞利用Web应用程序漏洞利用渗透测试红队远程访问工具
GitHubnxploited/cve-2024-50498

CVE-2024-50498

针对 WordPress WP Query Console 中 CVE-2024-50498 代码注入漏洞的利用脚本,可检测漏洞并传递反弹 Shell。

查看仓库
1年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-50498

描述

LUBUS WP Query Console 中存在生成代码控制不当('Code Injection')漏洞,允许代码注入。此问题影响 WP Query Console:从 n/a 到 1.0。

设置 Netcat 监听器:

在你的机器上打开一个终端并启动 Netcat 监听器,等待反向 shell 连接。

root@kitploit:~
nc -lvnp <PORT>

用法

root@kitploit:~
usage: CVE-2024-50498.py [-h] -u URL -ip LISTENER_IP -P PORT

wordpress | Improper Control of Generation of Code ('Code Injection') vulnerability in LUBUS WP Query Console allows Code
Injection.This issue affects WP Query Console: from n/a through 1.0. script Exploit by: Nxploit Khaled_alenazi This script
is provided for educational purposes only. The author is not responsible for any damages caused by the misuse of this
script.

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     Target URL (e.g., http://example.com/wordpress)
  -ip LISTENER_IP, --listener_ip LISTENER_IP
                        Your IP address for listening.
  -P PORT, --port PORT  Your listening port.


运行命令后,监视 Netcat 终端以获取反向 shell 连接。

输出

该脚本将首先通过查找插件版本来检查目标站点是否存在漏洞。 如果存在漏洞,它将发送一个 payload 以触发反向 shell。 如果成功,请检查你的 Netcat 终端以获取 shell 连接。

下载工具