Skip to content

Renanllm/search-ips-and-sn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

IP and Server Name Lookup Go Project

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.

πŸš€ How to Use

Prerequisites

Make sure you have Go installed on your machine. To install Go, visit golang.org.

πŸ”„ Cloning the Repository

git clone https://github.com/Renanllm/search-ips-and-sn.git
cd search-ips

⬇️ Downloading Dependencies

Use the following command to download the project dependencies:

go mod download

πŸ› οΈ Building the Project

To build the project, use the following command:

go build

πŸ” Running IP Search

To search for IPs associated with a host, execute the following command:

./main ip --host {host}

Example:

./main ip --host amazon.com

πŸ” Running Server Name Search

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

Contributions are welcome! Feel free to open issues, propose improvements, or submit pull requests.

πŸ“ License

This project is licensed under the MIT License.

About

How cool is to search for IPs and Server Names?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages