This is a Python-based domain resolver tool that helps resolve domain names to their corresponding IP addresses. It can be used to quickly retrieve the IP addresses associated with various domains.
- Enumerate real world domains.
- Identify real world subdomains.
- Simple and easy-to-use interface.
- Python 3.x installed on your system.
poetry shell
poetry install
This will run the install script to add necessary dependencies to your system.
$ python dns_enum_script_only.py < domain >
$ python subdomain_enum_script_only.py < subdomain >
start the server:
$ python dns_enum_server.py
Run the index.html file in the browser