/simple-ip-lookup

A simple IP Lookup tool developed in Go

Primary LanguageGoMIT LicenseMIT

simple-ip-lookup

A simple IP Lookup tool developed in Go

Usage

Help

go run main.go

Public IP Addresses Search

go run main.go ip --host <target>

Example

go run main.go ip --host google.com

Hostnames Search

go run main.go server --host <target>

Example

go run main.go server --host google.com