Skip to main content

A fast async domain discovery tool written in Rust

Project description

Logo

A fast async domain discovery tool written in Rust

license Python OS Build PyPi

Table of Contents

About The Project

This library is intended to be used to discover registered domains according to the given TLD list by performing a fast and accurate resolving process. It was written in Rust in order to meet the performance requirements.

Built With

Installation

pip3 install pydomdisco

Usage

import pydomdisco


# Get a list of tlds to their corresponding nameservers IP addressed

# Only root tlds
root = pydomdisco.Discoverer.get_root_tld_to_nameservers_ips()

# Full list of the PSL tlds
psl = pydomdisco.Discoverer.get_psl_tld_to_nameservers_ips()

# Initialize the discovery engine loaded with the given tlds
discoverer = pydomdisco.Discoverer(root | psl)

# Perform the discovery process and return the list of discovered registered domains
registered_domains = discoverer.discover(
    [
        'google',
        'microsoft',
        'tesla',
    ],
)

License

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

Contact

Gal Ben David - gal@intsights.com

Project Link: https://github.com/intsights/pydomdisco

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

pydomdisco-0.2.0-cp310-none-win_amd64.whl (879.1 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

pydomdisco-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (980.9 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pydomdisco-0.2.0-cp310-cp310-macosx_10_7_x86_64.whl (876.1 kB view hashes)

Uploaded CPython 3.10 macOS 10.7+ x86-64

pydomdisco-0.2.0-cp39-none-win_amd64.whl (879.6 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

pydomdisco-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (980.4 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pydomdisco-0.2.0-cp39-cp39-macosx_10_7_x86_64.whl (874.5 kB view hashes)

Uploaded CPython 3.9 macOS 10.7+ x86-64

pydomdisco-0.2.0-cp38-none-win_amd64.whl (879.9 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

pydomdisco-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (980.8 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pydomdisco-0.2.0-cp38-cp38-macosx_10_7_x86_64.whl (875.9 kB view hashes)

Uploaded CPython 3.8 macOS 10.7+ x86-64

pydomdisco-0.2.0-cp37-none-win_amd64.whl (880.0 kB view hashes)

Uploaded CPython 3.7 Windows x86-64

pydomdisco-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (980.8 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pydomdisco-0.2.0-cp37-cp37m-macosx_10_7_x86_64.whl (875.8 kB view hashes)

Uploaded CPython 3.7m macOS 10.7+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page