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
685 stars 130 forks source link

Use of simple regex commands in keywords.txt #75

Open schimpy opened 1 year ago

schimpy commented 1 year ago

Please include regex features like ^ and $ to be implemented in keywords.txt as it has to start (^string) or end (string$) with a given string value. Some short keywords (usually abbreviations) used as domain names or page titles produce a lot of false positives when found anywhere in the resulting domain names.

atenreiro commented 1 year ago

Hello @schimpy

That's a great feature.

I probably won't have time to complete this so soon. I will try to get some other developer to work on this.

Thanks,

maaaaz commented 1 year ago

Hello there, this would be an awesome feature to have implemented !

maaaaz commented 11 months ago

https://github.com/atenreiro/opensquat/issues/89