Skip to content

hyperonecom/h1-dns-probing

Repository files navigation

h1-dns-probing

A library that allows you to guess popular DNS records without using e.g. zone transfer, access to DNS server configuration.

Build Status

Table of Contents

Requirements

Installation

npm install @hyperone/dns-probing

Examples

const { dnsProbing } = require('@hyperone/dns-probing');

const main = async () => {
  console.log(await dnsProbing('example.com'));
}

Reporting problems and comments

If you encounter any errors with the tool, please report the Issuestab in the repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published