Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 3, 2024
1 parent bf96124 commit 4f0ab54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
8 changes: 1 addition & 7 deletions config/opensquat_keywords.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-outdoor
-parcel
-usps
apk.
adidas
adoption
alfresco
Expand All @@ -13,8 +14,6 @@ ammunition
banking
billabong
bitcoin
bitwarden
bostonterrier
breeder
capitalinvest
cattery
Expand All @@ -36,14 +35,12 @@ discount
discreet
dispensary
dogecoin
etherium
exotic
exporters
facebook
fedex
firearm
forsale
freevpn
freight
frenchbulldog
gardentool
Expand Down Expand Up @@ -81,8 +78,6 @@ paypal
pomeranian
poodle
pornhub
precisionrifle
protonmail
psychedelic
puppies
redcross
Expand All @@ -96,7 +91,6 @@ swarovski
tactical
telegram
tesla
torbrowser
usps-
vivobarefoot
walmart
Expand Down
2 changes: 1 addition & 1 deletion config/search_terms.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 2 additions & 3 deletions functions/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4f0ab54

Please sign in to comment.