https://github.com/hyperonecom/h1-dns-probing
https://github.com/hyperonecom/h1-dns-probing
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperonecom/h1-dns-probing
- Owner: hyperonecom
- License: mit
- Created: 2019-11-19T12:21:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:19:23.000Z (over 2 years ago)
- Last Synced: 2025-03-06T10:45:40.985Z (3 months ago)
- Language: JavaScript
- Size: 569 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# h1-dns-probing
A library that allows you to guess popular DNS records without using e.g. zone transfer, access to DNS server configuration.
[](https://travis-ci.com/hyperonecom/h1-dns-probing)
## Table of Contents
* [Requirements](#requirements)
* [Installation](#installation)
* [Examples](#examples)
* [Reporting problems and comments](#reporting-problems-and-comments)## Requirements
* [node.js](http://nodejs.org/) - v10 or newer
## Installation
npm install @hyperone/dns-probing
## Examples
```js
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 ```Issues```tab in the [repository](https://github.com/hyperonecom/h1-dns-probing).