Skip to content

Commit 886b4e1

Browse files
committed
refactor(hacktools): use local gf templates
1 parent 25b8e97 commit 886b4e1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

setup/install_hacktools.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ for item in "${REPOSITORY_TOOLS[@]}"; do
134134
done
135135

136136
printf "${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/
139139
else
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"
141141
fi
142142

143143
# Generate recursive.txt for ffuf recursive fuzzing (dirsearch + raft-large combined)

setup/lib/hacktools_inventory.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

109109
hacktools_download_wordlists() {

0 commit comments

Comments
 (0)