Skip to content

Commit

Permalink
dga detector: fix by install tldextract
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Dec 21, 2024
1 parent 11754c9 commit b1559e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ source_dga_detector() {
mawk 'length($0) > 12' nrd.tmp > domains.tmp

git clone https://github.com/exp0se/dga_detector --depth 1 > /dev/null
pip install -q tldextract

cd dga_detector || return

Expand Down

0 comments on commit b1559e2

Please sign in to comment.