atenreiro / opensquat

The openSquat is an open-source tool for detecting domain look-alikes by searching for newly registered domains that might be impersonating legit domains and brands.
https://opensquat.com
GNU General Public License v3.0
692 stars 130 forks source link

Question: How many new domains appear in the feed daily? #42

Closed completelyboofyblitzed closed 3 years ago

completelyboofyblitzed commented 3 years ago

Is it possible to find out when a particular domain was added? How many appear daily? To check how many of them are already dead or for sale?

atenreiro commented 3 years ago

Hello @kak-to-tak

If you want to search if a specific domain was added (e.g: acme-website.com) you can just insert the "acme-website" word inside the keywords.txt

the daily average over the last 30 days was 115,680 daily domains.

What you mean by dead or on sale? If you want to check if the domain is ACTIVE, you can add the --portcheck flag, this will verify if the webservers port 80/443 is open or not.

atenreiro commented 3 years ago

Closing due inactivity