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-PoC-Linux — Proof-of-concept exploit for CVE-2026-41940, an authentication bypass in cPanel/WHM. Supports custom payloads and verbose logging, compatible with Linux and Termux for authorized security testing. | Kitploit
Tools/GitHubGitHub/xrzmodz444/cve-2026-41940-poc-linux
Authentication & AuthorizationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubxrzmodz444/cve-2026-41940-poc-linux

cve-2026-41940-PoC-Linux

Proof-of-concept exploit for CVE-2026-41940, an authentication bypass in cPanel/WHM. Supports custom payloads and verbose logging, compatible with Linux and Termux for authorized security testing.

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
31 day agoNot yet reviewed

CVE-2026-41940 PoC - Linux/Termux Compatible

Linux dan Termux compatible version dari CVE-2026-41940 cPanel/WHM authentication bypass exploit.

Instalasi

Untuk Termux (Android):

root@kitploit:~
pkg update && pkg upgrade
pkg install python3 python3-pip git
git clone https://github.com/Xrzmodz444/cve-2026-41940-PoC-Linux
cd cve-2026-41940-PoC-Linux
pip install -r requirements.txt

Untuk Linux Desktop:

root@kitploit:~
git clone https://github.com/Xrzmodz444/cve-2026-41940-PoC-Linux
cd cve-2026-41940-PoC-Linux
pip3 install -r requirements.txt

Penggunaan

Basic:

root@kitploit:~
python3 cve.py -h

Contoh:

root@kitploit:~
# Target default
python3 cve.py

# Target custom
python3 cve.py http://target.com:2087

# Dengan custom payload
python3 cve.py http://target.com:2087 -p payload.txt

# Verbose mode
python3 cve.py http://target.com:2087 -v

Catatan Penting

⚠️ DISCLAIMER:

  • Tool ini HANYA untuk authorized security testing pada sistem yang ANDA MILIKI atau sudah mendapat izin tertulis.
  • Penggunaan untuk unauthorized access adalah ILEGAL dan dapat menyebabkan tuntutan hukum.
  • Developer TIDAK bertanggung jawab atas penggunaan tool ini untuk aktivitas ilegal.

Fitur

✅ Linux/Termux compatible ✅ Cross-platform (Windows, Mac, Linux) ✅ No native Windows dependencies ✅ Easy to use ✅ Verbose logging ✅ Payload customization

Troubleshooting

ImportError: No module named 'requests'

root@kitploit:~
pip install requests

Connection timeout

  • Pastikan target URL benar
  • Cek koneksi internet
  • Cek firewall rules

Referensi

  • CVE-2026-41940
  • cPanel/WHM Security Research

Made for Linux/Termux users 🐧📱

Download Tool