WebSocket 中转注入(for SQL Injection tools: sqlmap, etc.)
git clone https://github.com/RicterZ/websocket-injection cd websocket-injection pip install -r requirements.txt python main.py --port=8888 python sqlmap.py -u "http://localhost:8888/?url=[target]&data=[sqli]" -p data MIT
