TLD Enumeration

Module Description

The aim of this module is to check, wheter other TLD's exist, under which a predefinied domain name is reachable. Following an example:

./Script.sh example.com

Output:
Example.com is also known by the following TLS's:

example.ch
example.net
** snip **
example.org
example.online

The Script uses a predefinied list of well known (or all) Top Level Domains. With a DNS query the test is performed. If an A or AAA record exists, the script output the tested domain name.

In a later version, the script will also do a GET Request and save the webpage as a screenshot.

Last updated

Was this helpful?