Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Mar 22, 2024
1 parent 02bab38 commit 3fe724b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
1 change: 1 addition & 0 deletions config/blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ relayreporty.com
reloadsworld.com
rendezvy.com
rtsgold.com
antrush.com
sale-meds.com
sheratonbooking.com
shyisy.com
Expand Down
10 changes: 0 additions & 10 deletions data/pending/domains_chainabuse.com.tmp

This file was deleted.

4 changes: 2 additions & 2 deletions retrieve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function retrieve_new {
mkdir data/pending # Intialize pending directory
#source_aa419
source_chainabuse
source_dfpi
#source_dfpi
#source_guntab
#source_petscams
#source_scamdelivery # Has captchas
Expand Down Expand Up @@ -188,7 +188,7 @@ function source_chainabuse {
url='https://www.chainabuse.com'
printf "\nSource: %s\n\n" "$source"
for page in {0..9}; do # Loop through pages
curl -s "${url}/reports?page=${page}&sort=newest/" | grep -oE '"domain":"(https?://)?[[:alnum:].-]+\.[[:alnum:]-]{2,}' |
curl -s "${url}/reports?page=${page}sort=newest/" | grep -oE '"domain":"(https?://)?[[:alnum:].-]+\.[[:alnum:]-]{2,}' |
sed 's/"domain":"//' >> "$domains_file"
done
process_source "$source" "$source" "$domains_file"
Expand Down

0 comments on commit 3fe724b

Please sign in to comment.