
Proof-of-Concept-Exploit für CVE-2026-41940, eine Authentifizierungsumgehung in cPanel/WHM. Unterstützt benutzerdefinierte Payloads und ausführliche Protokollierung, kompatibel mit Linux und Termux für autorisierte Sicherheitstests.
Linux- und Termux-kompatible Version des CVE-2026-41940 cPanel/WHM Authentication-Bypass-Exploits.
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
# Standardziel
python3 cve.py
# Benutzerdefiniertes Ziel
python3 cve.py http://target.com:2087
# Mit benutzerdefiniertem Payload
python3 cve.py http://target.com:2087 -p payload.txt
# Verbose-Modus
python3 cve.py http://target.com:2087 -v
⚠️ HAFTUNGSAUSSCHLUSS:
✅ Linux/Termux-kompatibel ✅ Plattformübergreifend (Windows, Mac, Linux) ✅ Keine nativen Windows-Abhängigkeiten ✅ Einfach zu bedienen ✅ Verbose-Logging ✅ Payload-Anpassung
pip install requests
Erstellt für Linux/Termux-Benutzer 🐧📱