Skip to content

Commit 92573ef

Browse files
committed
susparams gf patterns included
1 parent 6cb65f5 commit 92573ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

install.sh

+7
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ declare -A repos=(
106106
["dorks_hunter"]="six2dez/dorks_hunter"
107107
["gf"]="tomnomnom/gf"
108108
["Gf-Patterns"]="1ndianl33t/Gf-Patterns"
109+
["sus_params"]="g0ldencybersec/sus_param"
109110
["Corsy"]="s0md3v/Corsy"
110111
["CMSeeK"]="Tuhinshubhra/CMSeeK"
111112
["fav-up"]="pielco11/fav-up"
@@ -310,6 +311,12 @@ function install_tools() {
310311
cp -r examples ${HOME}/.gf &>/dev/null
311312
elif [[ $repo == "Gf-Patterns" ]]; then
312313
cp ./*.json ${HOME}/.gf &>/dev/null
314+
elif [[ $repo == "susparams" ]]; then
315+
for f in ./gf-patterns/*.json; do
316+
base=$(basename "$f")
317+
dest="${HOME}/.gf/$base"
318+
cat "$f" | anew -q "$dest" >/dev/null
319+
done
313320
fi
314321

315322
# Return to the main directory

0 commit comments

Comments
 (0)