mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-06 15:39:37 +03:00
8 lines
219 B
Batchfile
8 lines
219 B
Batchfile
@REM @Author: Jingyuexing
|
|
@REM @Date: 2020-10-10 02:24:34
|
|
@REM @Last Modified by: Jingyuexing
|
|
@REM Modified time: 2020-10-12 21:27:19
|
|
REM sqlmap command
|
|
@echo off
|
|
@set "ROOT=%~dp0"
|
|
python "%ROOT%sqlmap.py" %* |