批量扫描网站sql注入
那么接下来看看batch_scan_sql_Injection的特点吧
- 支持批量扫描网站sql注入
- 支持自定义参数
- 并发扫描
git clone https://github.com/11072162/batch_scan_sql_Injection.git && cd batch_scan_sql_Injection && python3 -m pip install -r requirement.txt
单目标,默认为http
python3 sqlinject.py -u https://github.com
python3 sqlinject.py -r url.txt
- 结果将自动保存在result.txt中,一个url一行
- 结果自动去重复,不用担心产生大量冗余
- 若使用过程中出现问题,欢迎发issue
mail: [email protected]