searchsploit - Add support searching for '`'
This commit is contained in:
parent
e40fc6ca09
commit
281ee2cecd
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ for param in "$@"; do
|
|||
shift
|
||||
continue
|
||||
fi
|
||||
TAGS="${TAGS} ${param}"
|
||||
TAGS="${TAGS} ${param//\`/_}"
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue