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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/willygailo/cve-2026-41940-linux
侦察漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHubwillygailo/cve-2026-41940-linux

CVE-2026-41940-Linux

⚠️ 免责声明:此工具仅适用于授权的渗透测试和教育目的。在未经明确书面许可的情况下,针对系统使用此工具是违法的。开发者对任何滥用或造成的损害不承担责任。

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2026-41940 — WHM/cPanel 漏洞利用工具 (Linux)

⚠️ 免责声明: 此工具仅适用于授权的渗透测试和教育目的。未经明确书面许可,使用此工具对系统进行攻击是非法的。开发者对任何滥用或造成的损害概不负责。


📌 描述

CVE-2026-41940 是一个针对运行在端口 2087 上的 WHM(WebHost Manager)/ cPanel 服务器漏洞的利用工具。该工具具有基于 PyQt5 构建的图形用户界面(GUI),专为 Linux 系统设计。

  • 目标: WHM / cPanel 服务器
  • 端口: 2087
  • 界面: 图形界面(PyQt5)
  • 语言: Python 3
  • 作者: FriendsExploit

📁 项目结构

root@kitploit:~
CVE-2026-41940-Linux/
├── CVE-2026-41940.py          # Main entry point
├── requirements.txt           # Python dependencies
├── Dork.txt                   # Google/Shodan dorks for target discovery
├── pyarmor_runtime_000000/    # PyArmor runtime (obfuscation layer)
└── system/
    ├── __init__.py            # Module initializer
    ├── core.py                # Core exploit logic
    ├── gui.py                 # GUI components
    ├── styles.py              # UI styling
    └── workers.py             # Background worker threads

⚙️ 系统要求

要求版本
操作系统Linux(推荐 Kali)
Python>= 3.x
PyQt5>= 5.15.0
urllib3>= 1.26.0

🛠️ 安装与设置

1. 克隆或下载项目

root@kitploit:~
git clone https://github.com/willygailo/CVE-2026-41940-Linux.git

2. 安装依赖

root@kitploit:~
pip3 install -r requirements.txt

如果你在 Kali Linux 上遇到“外部管理环境”错误:

root@kitploit:~
pip3 install --break-system-packages -r requirements.txt

或者通过 apt 安装 PyQt5:

root@kitploit:~
sudo apt install python3-pyqt5 -y

🚀 使用

运行工具

root@kitploit:~
python3 CVE-2026-41940.py

抑制警告(可选)

root@kitploit:~
python3 CVE-2026-41940.py 2>/dev/null

在 Wayland 下运行(可选)

root@kitploit:~
QT_QPA_PLATFORM=wayland python3 CVE-2026-41940.py

🔍 用于目标发现的三方查询语句

使用 Dork.txt 中的查询语句通过 Shodan 或 Google 寻找目标:

root@kitploit:~
title:"WHM Login"
title:"WebHost Manager" port:2087
product:"cPanel" port:2087

🔗 Shodan.io | Google


⚠️ 常见警告(非致命)

这些警告可能出现在 Linux 上——它们是无害的并且不影响功能:

root@kitploit:~
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
QSocketNotifier: Can only be used with threads started with QThread

📜 法律声明

此工具仅用于教育和授权的安全测试。

  • ✅ 仅在你拥有或得到明确书面许可的系统中使用。
  • ❌ 请不要在未经授权的系统上使用。
  • 作者对滥用此工具不承担任何责任。

🏷️ 标签

CVE-2026-41940 WHM cPanel exploit penetration-testing linux pyqt5 python3 FriendsExploit

下载工具