Skip to content

Minimal tool in Go for probing domains as fast as possible

License

Notifications You must be signed in to change notification settings

its5Q/goprobber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goprobber

A minimal tool for probing domains as fast as possible.

Getting Started

Prerequisites

The things you need before installing the software.

  • go1.19+
  • Preferably Linux, but Windows works too, just not as fast.

Installation

$ go install -v github.com/its5Q/goprobber@latest

Usage

usage: goprobber <resolvers path> <massdns ndjson output> <thread count>

Where

  • <resolvers path> - path to a list of DNS resolvers that would be used in case of redirects,
  • <massdns ndjson output> - path to the output file of MassDNS in ndjson format, the resolved records from this file will be used to skip unnecessary DNS requests, increasing processing speed,
  • <thread count> - the number of threads to use.

Acknowledgments

About

Minimal tool in Go for probing domains as fast as possible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages