This is a Go (Golang) project that provides a command-line tool for retrieving information about IPs and Server Names associated with a specific host.
Make sure you have Go installed on your machine. To install Go, visit golang.org.
git clone https://github.com/Renanllm/search-ips-and-sn.git
cd search-ips
Use the following command to download the project dependencies:
go mod download
To build the project, use the following command:
go build
To search for IPs associated with a host, execute the following command:
./main ip --host {host}
Example:
./main ip --host amazon.com
To search for Server Names associated with a host, execute the following command:
./main name --host {host}
Example:
./main name --host amazon.com.br
Contributions are welcome! Feel free to open issues, propose improvements, or submit pull requests.
This project is licensed under the MIT License.