Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-41940-Linux — ⚠️ DISCLAIMER: This tool is intended for authorized penetration testing and educational purposes only. Using this tool against systems without explicit written permission is illegal. The developers are not responsible for any misuse or damage caused. | Kitploit
Tools/GitHubGitHub/willygailo/cve-2026-41940-linux
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubwillygailo/cve-2026-41940-linux

CVE-2026-41940-Linux

⚠️ DISCLAIMER: This tool is intended for authorized penetration testing and educational purposes only. Using this tool against systems without explicit written permission is illegal. The developers are not responsible for any misuse or damage caused.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
22 months agoNot yet reviewed

CVE-2026-41940 — WHM/cPanel Exploit Tool (Linux)

⚠️ DISCLAIMER: This tool is intended for authorized penetration testing and educational purposes only. Using this tool against systems without explicit written permission is illegal. The developers are not responsible for any misuse or damage caused.


📌 Description

CVE-2026-41940 is an exploit tool targeting vulnerabilities in WHM (WebHost Manager) / cPanel servers running on port 2087. The tool features a graphical user interface (GUI) built with PyQt5 and is designed to run on Linux systems.

  • Target: WHM / cPanel servers
  • Port: 2087
  • Interface: GUI (PyQt5)
  • Language: Python 3
  • Author: FriendsExploit

📁 Project Structure

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

⚙️ Requirements

RequirementVersion
OSLinux (Kali recommended)
Python>= 3.x
PyQt5>= 5.15.0
urllib3>= 1.26.0

🛠️ Installation & Setup

1. Clone or Download the Project

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

2. Install Dependencies

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

If you're on Kali Linux and get an "externally managed environment" error:

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

Or install PyQt5 via apt:

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

🚀 Usage

Run the Tool

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

Suppress Warnings (Optional)

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

Run on Wayland (Optional)

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

🔍 Dorks for Target Discovery

Use the dorks in Dork.txt for finding targets via Shodan or Google:

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

🔗 Shodan.io | Google


⚠️ Common Warnings (Non-Fatal)

These warnings may appear on Linux — they are harmless and do not affect functionality:

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

📜 Legal Notice

This tool is provided for educational and authorized security testing only.

  • ✅ Use only on systems you own or have explicit written permission to test.
  • ❌ Do NOT use on unauthorized systems.
  • The author assumes no liability for misuse of this tool.

🏷️ Tags

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

Download Tool