Skip to content

Commit

Permalink
Sources: fakewebsitebuster.com discontinued
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Nov 15, 2024
1 parent 06cbc5e commit 38ae271
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion SOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Sources marked as inactive are not being automatically employed to retrieve doma
| [Artists Against 419](https://db.aa419.org/fakebankslist.php) | Advance-fee | | |
| [DFPI's Crypto Scam Tracker](https://dfpi.ca.gov/crypto-scams/) | Crypto | Yes | - |
| [Emerging Threats phishing rules](https://rules.emergingthreats.net/) | Phishing | | |
| [Fake Website Buster](https://fakewebsitebuster.com/) | Fake | | |
| [Fake Website Buster](https://fakewebsitebuster.com/) | Fake | Yes | - |
| [FakeWebshopListHUN](https://github.com/FakesiteListHUN/FakeWebshopListHUN) | Fake | | Yes |
| [Google's Custom Search JSON API](https://developers.google.com/custom-search/v1/introduction) | Fake | | |
| [Greek Tax Scam](https://github.com/hagezi/dns-blocklists/issues/4191) | Phishing | | |
Expand Down
16 changes: 0 additions & 16 deletions scripts/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ readonly -a SOURCES=(
source_dnstwist
source_emerging_threats
source_fakewebshoplisthun
source_fakewebsitebuster
source_greek_tax_scam
source_guntab
source_jeroengui_phishing
Expand Down Expand Up @@ -683,21 +682,6 @@ source_fakewebshoplisthun() {
| grep -Po "^${STRICT_DOMAIN_REGEX}$" > "$results_file"
}

source_fakewebsitebuster() {
source='fakewebsitebuster.com'
results_file="data/pending/domains_${source}.tmp"

[[ "$USE_EXISTING" == true ]] && { process_source; return; }

local url='https://fakewebsitebuster.com/category/website-reviews'
# Regarding grep pipe errors, see:
# https://github.com/jarelllama/Scam-Blocklist/issues/349
curl -sS --retry 2 --retry-all-errors "${url}/" \
| grep -oE 'rel="bookmark">.*</a></h2>' \
| grep -oE "([0-9]|[A-Z])${DOMAIN_REGEX}" \
| head -n 50 > "$results_file" # Keep only newest 50 results
}

source_guntab() {
source='guntab.com'
ignore_from_light=true
Expand Down
1 change: 0 additions & 1 deletion scripts/update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ $(print_stats 'PhishStats (NRDs)')
$(print_stats Regex) Matching (NRDs)
$(print_stats aa419.org)
$(print_stats dnstwist) (NRDs)
$(print_stats fakewebsitebuster.com)
$(print_stats guntab.com)
$(print_stats scam.directory)
$(print_stats scamadviser.com)
Expand Down

0 comments on commit 38ae271

Please sign in to comment.