Skip to content

haykkh/domain.er

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domain.er

Tool to find domains that utilize the tld in the domain

Usage example

$ 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

Meta

Hayk Khachatryan – hi@hayk.io

Distributed under the MIT license. See LICENSE for more information.

https://github.com/haykkh/

Contributing

  1. Fork it (https://github.com/haykkh/domain.er/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Tool to find domains that utilize the tld in the domain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages