Tool to find domains that utilize the tld in the domain
$ python domainer.py [--tld TLD] [--words WORDS] [--domains DOMAINS]
Saves a list of WORDS
that use a TLD
as the ending of the DOMAINS
to a file.
e.g
$ python domainer.py -t tlds.txt -w words.txt -d domains.txt
$ Done! Check domains.txt
--tld, -t TLD
list of top level domains (tlds), default iana.org list if left empty
--words, -w WORDS
list of words to search, defaults to 1000.txt (a list of the 1000 most popular used words)
--domains, -d DOMAINS
file to output to, defaults to domains.txt
Hayk Khachatryan – hi@hayk.io
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/haykkh/domain.er/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request