
Defensive exposure assessment tool for identifying externally accessible cPanel, WHM, and Webmail management interfaces related to CVE-2026-41940.
Lightweight security validation utility for identifying internet-exposed cPanel, WHM, and webmail administrative interfaces across external attack surfaces.
The utility performs service validation, exposure classification, HTTP response analysis, and basic security context identification to assist with authorized attack surface assessments and hardening verification.
| Service | Ports |
|---|---|
| cPanel | 2082, 2083 |
| WHM | 2086, 2087 |
| Webmail | 2095, 2096 |
git clone https://github.com/SreejaPuthan/cpanel-control-plane-exposure-check.git
cd cpanel-control-plane-exposure-check
pip install -r requirements.txt
python cpanel_exposure_check.py -f targets.txt
HOST PORT SERVICE STATUS HTTP_CODE SECURITY_NOTE
example.com 2082 cPanel_HTTP NON_CPANEL_RESPONSE 403 Cloudflare/WAF present
example.com 2096 Webmail_HTTPS CPANEL_INTERFACE_EXPOSED 200 Administrative interface exposed
example.com 2083 cPanel_HTTPS CPANEL_INTERFACE_EXPOSED 200 Validate patch status for CVE-2026-41940
This utility is intended strictly for authorized security assessments and defensive security validation activities.
MIT License