Skip to content

IP & Server Lookup is a Go CLI app that retrieves IP addresses & server names. Simplify network analysis & troubleshooting.

License

Notifications You must be signed in to change notification settings

nicktheodoro/ip-and-server-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP and Server Lookup

A command-line application for retrieving IP addresses and server names from the internet.

Prerequisites

  • Go (version 1.13 or higher) installed on your machine

Installation

  1. Clone the repository:
  git clone https://github.com/nicktheodoro/ip-and-server-lookup.git
  1. Open a terminal and navigate to the project directory:
  cd ip-and-server-lookup
  1. Build the application:
  go build

Usage

Command Line Options

  --host: Specify the target host (default: github.com)

Commands

Retrieve IP addresses

To retrieve IP addresses associated with a host, use the following command:

  ./ip-and-server-lookup.exe ip --host example.com

Retrieve server names

To retrieve server names associated with a host, use the following command:

  ./ip-and-server-lookup.exe servers --host example.com

License

This project is licensed under the MIT License.

About

IP & Server Lookup is a Go CLI app that retrieves IP addresses & server names. Simplify network analysis & troubleshooting.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages