mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
sqlmap: 1.3.7 bump
This commit is contained in:
parent
ccf367fb48
commit
0f822cf500
3 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST sqlmap-1.3.5.tar.gz 7430961 BLAKE2B cb2e841f2d808d7d0688e35b4a88bf0feca3bf7dc898f7107a10b4080cd02430e5b535bdfe7628f6c4d349af0c761de6639fb53602da745237c24aeb97409be7 SHA512 55500472d0bf18984ef9de3806e3f634253b477ec4dbae88fa6ae847b5b84a0412d5bc251f3a8f9e5021e29ef783262e86969b4836c1e2cc1dc3511bc7bf7979
|
||||
DIST sqlmap-1.3.6.tar.gz 7452711 BLAKE2B e6d5af4885b291e4942213f315f8e770df27b1b706054745b9075188febc82a5e83cb897fe5dd196f70734bbe6081ff2a4051e5812797b03da7e4ea1b4a17c74 SHA512 bf1b0e3422e979e34c36014c8dadf2d64aec95810ceb3f1fce11231d3b11026b3575f8f390ac6dab4ff8695f74f19cd0373cb91b63ae15978c6d3cc9487e5db5
|
||||
DIST sqlmap-1.3.7.tar.gz 7482163 BLAKE2B e4b993a6de1b59a301661dbeab0efad11840e309f3b96072483273c1a9f4dc9da093aa1e85f06eab057375783d1a3491f1fd8ea63154f8d2c3312d3500b5a867 SHA512 0d1cfe7dabb3d53d380fd3ad5a69948e3fabd11578bb001672adf2c7a76b0a164f723f17454bc1984a7dfc28a4de9cd50c7593ba44c7ff1e50990bc8e2340cb4
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ _sqlmap()
|
|||
prev=`_get_pword`
|
||||
|
||||
case $prev in
|
||||
|
||||
|
||||
# List directory content
|
||||
--tamper)
|
||||
COMPREPLY=( $( compgen -W "$tamper" -- "$cur" ) )
|
||||
|
|
@ -102,7 +102,7 @@ _sqlmap()
|
|||
-z --alert --answers --beep --check-waf --cleanup \
|
||||
--dependencies --disable-coloring --gpage --identify-waf \
|
||||
--mobile --page-rank --purge-output --smart \
|
||||
--sqlmap-shell --wizard' -- "$cur" ) )
|
||||
--sqlmap-shell --wizard' -- "$cur" ) )
|
||||
# this removes any options from the list of completions that have
|
||||
# already been specified somewhere on the command line, as long as
|
||||
# these options can only be used once (in a word, "options", in
|
||||
|
|
@ -149,7 +149,7 @@ _sqlmap()
|
|||
done
|
||||
printf '%s ' "${COMPREPLY[@]}") <<<"${COMP_WORDS[@]}"
|
||||
) )
|
||||
|
||||
|
||||
# else
|
||||
# _filedir bat
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue