From 4f0ab54b89e2c3165b5a3ff018a8b81b333d5e04 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:19:38 +0800 Subject: [PATCH] Fix --- config/opensquat_keywords.txt | 8 +------- config/search_terms.csv | 2 +- functions/retrieve_domains.sh | 5 ++--- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/config/opensquat_keywords.txt b/config/opensquat_keywords.txt index de53a8e0d..781a526d7 100644 --- a/config/opensquat_keywords.txt +++ b/config/opensquat_keywords.txt @@ -1,6 +1,7 @@ -outdoor -parcel -usps +apk. adidas adoption alfresco @@ -13,8 +14,6 @@ ammunition banking billabong bitcoin -bitwarden -bostonterrier breeder capitalinvest cattery @@ -36,14 +35,12 @@ discount discreet dispensary dogecoin -etherium exotic exporters facebook fedex firearm forsale -freevpn freight frenchbulldog gardentool @@ -81,8 +78,6 @@ paypal pomeranian poodle pornhub -precisionrifle -protonmail psychedelic puppies redcross @@ -96,7 +91,6 @@ swarovski tactical telegram tesla -torbrowser usps- vivobarefoot walmart diff --git a/config/search_terms.csv b/config/search_terms.csv index 2f5fe1c08..46effea33 100644 --- a/config/search_terms.csv +++ b/config/search_terms.csv @@ -51,4 +51,4 @@ We source designer style products. And have been able to do this by building gre "we are passionate about providing high-quality, stylish T-shirts that allow our customers to express themselves creatively. Whether you're looking for bold designs, personalized prints, or trendy graphics, we have something for everyone.",y,Low count (9) "Before we can show you nude pics of horny women in your area that want to fuck right now, we need to ask a few quick questions.",y,Low count (13) "You will see hot nudes! Please be discreet.",y,Low count (2) -"There is no shortage of outstanding casinos in Australia. But for travelers and those who want to get away for a few days and enjoy a loaded gambling spree, an in-and-out casino may not always be enough. Thankfully, casino hotels offer the opportunity to hop out of a comfortable bed, have a delicious breakfast on-site, and take but a few steps to slot machines and table games.",,Low count (6) +"There is no shortage of outstanding casinos in Australia. But for travelers and those who want to get away for a few days and enjoy a loaded gambling spree, an in-and-out casino may not always be enough. Thankfully, casino hotels offer the opportunity to hop out of a comfortable bed, have a delicious breakfast on-site, and take but a few steps to slot machines and table games.",y,Low count (6) diff --git a/functions/retrieve_domains.sh b/functions/retrieve_domains.sh index e58694be1..0f909df25 100644 --- a/functions/retrieve_domains.sh +++ b/functions/retrieve_domains.sh @@ -61,6 +61,7 @@ process_source() { # [ -s ] does not seem to work well here if ! grep -q '[a-z]' "$results_file"; then log_source + rm "$results_file" return fi @@ -69,6 +70,7 @@ process_source() { # Remove https:, http: and slashes to get domains, and # migrate to a variable domains="$(sed 's/https\?://; s/\///g' "$results_file" | sort -u)" + rm "$results_file" # Count number of unfiltered domains pending # Note wc -w is used here as wc -l for an empty variable seems to @@ -268,9 +270,6 @@ ${query_count:-0},${rate_limited:-false},no" >> "$SOURCE_LOG" "${unfiltered_count:-0}" "${filtered_count:-0}" \ "$total_whitelisted_count" "$excluded_count" "${toplist_count:-0}" printf "%s\n" "----------------------------------------------------------------------" - - # Remove results file since it is no longer needed - rm "$results_file" } # Function 'log_event' logs domain processing events into the domain log.