Skip to content

Commit

Permalink
Add ntlm-directories.txt dict
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod authored Apr 5, 2024
1 parent 88b0891 commit d576ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/discover-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else
fi
# Phase 2
opts=" $EXTRA_FFUF_OPTS -recursion -recursion-depth 5 $ffuf_proxy -fc $IGNORE_HTTP_CODES -c -ic -timeout 30 -t $THREAD_COUNT "
dicts=("quickhits.txt" "common.txt" "graphql.txt" "swagger.txt" "spring-boot.txt" "axis.txt" "Common-DB-Backups.txt" "versioning_metafiles.txt" "raft-small-words.txt")
dicts=("quickhits.txt" "common.txt" "graphql.txt" "swagger.txt" "spring-boot.txt" "axis.txt" "Common-DB-Backups.txt" "versioning_metafiles.txt" "ntlm-directories.txt" "raft-small-words.txt")
for dict in ${dicts[@]}; do
entries_count=$(wc -l $DICT_HOME/$dict | cut -d' ' -f1)
echo -e "\e[93m[PHASE 2] Test using SecLists dictionary '$dict' ($entries_count entries) ...\e[0m"
Expand Down

0 comments on commit d576ef3

Please sign in to comment.