mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-27 08:30:10 +03:00
add script
This commit is contained in:
parent
13a2ab3fa3
commit
c70a2c21c6
9
sqlmap
Normal file
9
sqlmap
Normal 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
8
sqlmap.bat
Normal 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
2
sqlmap.ps1
Normal file
|
@ -0,0 +1,2 @@
|
|||
# sqlmap command
|
||||
python "${($pwd).Path$}\sqlmap.py" $args
|
Loading…
Reference in New Issue
Block a user