Skip to content

Commit e054066

Browse files
authored
Update identify-hidden-content-website.sh
1 parent b64f67f commit e054066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/identify-hidden-content-website.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ else
4848
echo "No directory found."
4949
fi
5050
# Phase 2
51-
dict="$DICT_HOME/../../Fuzzing/environment-identifiers.txt"
51+
dict="$DICT_HOME/environment-identifiers.txt"
5252
entries_count=$(wc -l $dict | cut -d' ' -f1)
5353
echo -e "\e[93m[PHASE 2] Test using SecLists dictionary '$(basename $dict)' ($entries_count entries) for variation of the '.env' file like '.env.[ENV_IDENTIFIER]' file name ...\e[0m"
5454
opts=" $EXTRA_FFUF_OPTS $ffuf_proxy -fc $IGNORE_HTTP_CODES -r -c -ic -timeout $TIMEOUT -t $THREAD_COUNT "

0 commit comments

Comments
 (0)