本仓库仅严格用于教育、学术及已获授权的网络安全研究目的。
其旨在帮助理解:
本仓库仅可在已获明确许可的环境中使用,例如:
严禁在授权环境之外的任何使用。
本仓库的作者和贡献者不对因使用、滥用或分发本项目或其内容而产生的任何误用、损害、损失或法律后果承担责任、义务或问责。
使用本仓库即表示您确认:
作者明确不对非法、恶意或未经授权地使用本仓库或其内容承担任何责任。
任何此类使用:
本项目仅用于:
本项目遵循负责任披露和道德安全研究的原则。
安全研究必须始终具备:
如需进行负责任披露或研究合作,请通过 GitHub 联系仓库维护者。
# Python
# Basic usage
python3 cve-2026-20223-poc.py -t https://target.com
# With logging to file
python3 cve-2026-20223-poc.py -t https://target.com -l cve_test.log
# Verbose mode
python3 cve-2026-20223-poc.py -t https://target.com -v
# Bash script
bash cve-2026-20223-poc.sh -t https://target.example.com
# With log file
bash cve-2026-20223-poc.sh -t https://target.example.com -l cve-2026-20223.log
# Verbose mode
bash cve-2026-20223-poc.sh -t https://target.example.com -v -l test.log