File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,10 +134,10 @@ for item in "${REPOSITORY_TOOLS[@]}"; do
134134done
135135
136136printf " ${bblue} Adding my gf templates ${reset} \n"
137- if compgen -G " $TOOLS_PATH /MSwellDOTS /config/home/.gf/*.json" > /dev/null; then
138- cp -r " $TOOLS_PATH " /MSwellDOTS /config/home/.gf/* .json " $HOME " /.gf/
137+ if compgen -G " $DOTFILES /config/home/.gf/*.json" > /dev/null; then
138+ cp -r " $DOTFILES " /config/home/.gf/* .json " $HOME " /.gf/
139139else
140- printf " ${yellow} No custom gf templates found in MSwellDOTS clone .${reset} \n"
140+ printf " ${yellow} No custom gf templates found in DOTFILES repo .${reset} \n"
141141fi
142142
143143# Generate recursive.txt for ffuf recursive fuzzing (dirsearch + raft-large combined)
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ hacktools_inventory_plan() {
103103 printf ' repo|%s|https://github.com/%s\n' " $name " " $value "
104104 done
105105 printf ' post_install|gf_templates|copy gf examples and custom templates\n'
106- printf ' post_install|recursive_wordlist|generate recursive.txt from dirsearch and raft list\n'
106+ printf ' post_install|recursive_wordlist|generate recursive.txt from dirsearch wordlist and raft list\n'
107107}
108108
109109hacktools_download_wordlists () {
You can’t perform that action at this time.
0 commit comments