/tld-overlap

Primary LanguageGoGNU General Public License v3.0GPL-3.0

tld-overlap

small cli thing that checks a word / text for tld overlaps / domain hacks

running it

first, you need to install the go programming language

then, clone this repository with your preferred method and run

go build main.go

when the build is done, you can run the cli

./main yourwordhere

enjoy

updating the tld list

if there are any new tlds that are added, you can run the make-tld-arr.py script (included in the repository) which updates them and rebuilds the cli