Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 6, 2024
1 parent 38fc813 commit d0abcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ source_dnstwist() {

# Append common TLDs to phishing targets list
while read -r tld; do
awk -v tld="$tld" '{print $0 "." tld}' "$PHISHING_TARGETS" > targets.tmp
awk -v tld="$tld" '{print $0 "." tld}' "$PHISHING_TARGETS" >> targets.tmp
done < "$TLDS"

# Run dnstwist and collate results
Expand Down

0 comments on commit d0abcb2

Please sign in to comment.