@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------+
|
# ---------------------------------------------------------------------------+
|
||||||
# |
|
# |
|
||||||
@@ -7,15 +7,16 @@
|
|||||||
# |
|
# |
|
||||||
# ---------------------------------------------------------------------------+
|
# ---------------------------------------------------------------------------+
|
||||||
|
|
||||||
if command -v sqlmap > /dev/null; then
|
if _command_exists sqlmap
|
||||||
|
then
|
||||||
|
|
||||||
_sqlmap()
|
function _sqlmap()
|
||||||
{
|
{
|
||||||
local cur prev
|
local cur prev
|
||||||
|
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
cur=$(_get_cword)
|
cur="$(_get_cword)"
|
||||||
prev=$(_get_pword)
|
prev="$(_get_pword)"
|
||||||
|
|
||||||
case $prev in
|
case $prev in
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user