Skip to content

Commit

Permalink
Add dnstwist source
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 5, 2024
1 parent a105f0d commit 08e28dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions SOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Source | Type | Inactive | Excluded from light
[ANFRAS](https://anfras.com/fakeshops/) | Fake | Yes | -
[Artists Against 419](https://db.aa419.org/fakebankslist.php) | Advance-fee | |
[DFPI's Crypto Scam Tracker](https://dfpi.ca.gov/crypto-scams/) | Crypto | Yes | -
[Google's Custom Search JSON API](https://developers.google.com/custom-search/v1/introduction) | Google Search | |
[Google's Custom Search JSON API](https://developers.google.com/custom-search/v1/introduction) | Fake | |
[GunTab](https://www.guntab.com/scam-websites) | Firearm | | Yes
[Hagezi's NRD List](https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#nrd) | NRD | - | -
[PetScams.com](https://petscams.com/) | Pet | |
Expand All @@ -18,7 +18,8 @@ Source | Type | Inactive | Excluded from light
[Shreshta's NRD List](https://github.com/shreshta-labs/newly-registered-domains) | NRD | - | -
[Stop 419 Scams and Scammers](https://www.stop419scams.com/) | Any | Yes | -
[StopGunScams.com](https://stopgunscams.com/) | Firearm | |
[Tranco List](https://tranco-list.eu/) | 1M Toplist | - | -
[Tranco List](https://tranco-list.eu/) | Toplist | - | -
[dnstwist](https://github.com/elceef/dnstwist) | Phishing | | Yes
[openSquat](https://github.com/atenreiro/opensquat) | Phishing | | Yes
[r/CryptoScamBlacklist](https://www.reddit.com/r/CryptoScamBlacklist/) | Crypto | Yes | -
[r/Scams](https://www.reddit.com/r/Scams/) | Any | Yes | -
2 changes: 1 addition & 1 deletion functions/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ source_dnstwist() {

# Collate results
while read -r domain; do
dnstwist "$domain" -f list -r --tld "$TLDS" >> results.tmp
dnstwist "$domain" -f list --tld "$TLDS" >> results.tmp
done < "$DNSTWIST_TARGETS"

format_file results.tmp
Expand Down
1 change: 1 addition & 0 deletions functions/update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Statistics for each source:
Today | Yesterday | Excluded | Source
$(print_stats 'Google Search')
$(print_stats 'aa419.org')
$(print_stats 'dnstwist')
$(print_stats 'guntab.com')
$(print_stats 'openSquat')
$(print_stats 'petscams.com')
Expand Down

0 comments on commit 08e28dd

Please sign in to comment.