WebSocket 中转注入工具(for SQL Injection tools: sqlmap, etc.)

Ricter (๑`・ᴗ・´๑) | 2015-03-22 23:55

https://github.com/RicterZ/websocket-injection

Installation

git clone https://github.com/RicterZ/websocket-injection
cd websocket-injection
pip install -r requirements.txt

Usage

python main.py --port=8888
python sqlmap.py -u "http://localhost:8888/?url=[target]&data=[sqli]" -p data

WebSocket 中转注入工具(for SQL Injection tools: sqlmap, etc.)

MIT

各种求 star ~

[原文地址]