add script

This commit is contained in:
jingyuexing 2020-10-12 22:43:05 +08:00
parent 13a2ab3fa3
commit c70a2c21c6
3 changed files with 19 additions and 0 deletions

9
sqlmap Normal file
View File

@ -0,0 +1,9 @@
#!/usr/bin bash
# @Author: Jingyuexing
# @Date: 2020-10-10 02:24:47
# @Last Modified by: Jingyuexing
# @Last Modified time: 2020-10-12 21:30:09
# $thisPath=$(pwd)
# python "$thisPath/sqlmap.py" $@
SHELL_FOLDER=$(cd "$(dirname "$0")";pwd)
python "$SHELL_FOLDER\sqlmap.py" $@

8
sqlmap.bat Normal file
View File

@ -0,0 +1,8 @@
@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" %*

2
sqlmap.ps1 Normal file
View File

@ -0,0 +1,2 @@
# sqlmap command
python "${($pwd).Path$}\sqlmap.py" $args