Josue87 / resolveDomains

Given a list of domains, you resolve them and get the IP addresses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resolveDomains

Given a list of domains, you resolve them and get the IP addresses.

Installation

If you want to make modifications locally and compile it, follow the instructions below:

> git clone https://github.com/Josue87/resolveDomains.git
> cd resolveDomains
> go build

If you are only interested in using the program:

> go get github.com/Josue87/resolveDomains 

Usage

> resolveDomains -d domainFiles.txt [-t 150] [-r 8.8.8.8:53]

Don't forget the ./ in front of the program name if you are compiling locally!

Example

image

Author

This code has been developed by:

Code adapted from:

At the request of:

Please feel free to modify the code or use it in your tools.

About

Given a list of domains, you resolve them and get the IP addresses.


Languages

Language:Go 100.0%