Skip to content

Enumeration tool for the registration status of an organization's domain against all TLD's.

License

Notifications You must be signed in to change notification settings

wretiii/TLDetective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TLDetective

Enumeration tool for the registration status of an organization's domain against TLD's listed at https://data.iana.org/TLD/tlds-alpha-by-domain.txt.

Requirements

  • Python 3.7+: The tool is built with asyncio, which requires Python 3.7 or newer.
  • An API key from Domainr: This tool requires a valid API key from Domainr to query domain statuses.
  • aiohttp library: For asynchronous HTTP requests.
pip install aiohttp

Usage

Before running, add your Domainr API key to the script.

Provide only the domain base name (without TLD) as an argument:

python tldetective.py -d yourdomain

Output

TLDetective will enumerate all TLDs and output those with active status. Corresponding text files will also be generated for each status.

About

Enumeration tool for the registration status of an organization's domain against all TLD's.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages