Skip to content

🧭 Command line utility that searches for available domain names using a list of TLDs.

License

Notifications You must be signed in to change notification settings

ItsNiceCraft/masstld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

masstld

python

masstld is a command line utility that searches for available domain names using a list of TLDs.

masstld demo

Installing

Note

There are plans to release masstld to pypi, theese instructions may change heavily in the future

Requirements

  • Python 3.9 or newer
  • python3-pip or Poetry

Installing

  1. Clone repository
git clone https://github.com/ItsNiceCraft/masstld
  1. Install dependencies
pip install -r requirements.txt

or

poetry install

Usage

Note

Detailed documentation for every option is planned

usage: masstld.py [-h] [-c COUNT] [-r RESOLVERS] [-l TLD_LIST] [-psl] [--only-cctlds] [--export-markdown EXPORT_MARKDOWN]
                  [--export-json EXPORT_JSON] [-u]
                  domain

positional arguments:
  domain                The domain name to check TLDs for

options:
  -h, --help            show this help message and exit
  -c, --count COUNT     Amount of TLDs to check
  -r, --resolvers RESOLVERS
                        Specify resolvers to use. Example: -r 1.1.1.1 -r 9.9.9.10
  -l, --tld-list TLD_LIST
                        URL or path to the custom tld list file. TLDs must be seperated by newlines
  -psl, --use-psl       Use the Public Suffix List as the TLD list. Can't be used when a custom TLD list is used
  --only-cctlds         Only check country code TLDs (ccTLDs)
  --export-markdown EXPORT_MARKDOWN
                        Export results to a specified markdown file
  --export-json EXPORT_JSON
                        Export results to a specified json file
  -u, --upload          Upload the results to rentry.co in markdown format

About

🧭 Command line utility that searches for available domain names using a list of TLDs.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages