hyperonecom / h1-dns-probing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%