GithubHelp home page GithubHelp logo

ipprobe's Introduction

IpProbe

Lookup IP tool

Installation and Upgrading

go get -u github.com/vodafon/ipprobe

Arguments

Usage of ipprobe:
  -format6
        URL friendly IPv6
  -host
        print host too
  -ipv4
        only IPv4
  -ipv6
        only IPv6
  -procs int
        concurrency (default 20)

Usage

echo "google.com"|ipprobe

172.217.16.14
2a00:1450:401b:804::200e

IPv4 only

echo "google.com"|ipprobe -ipv4

172.217.16.14

IPv6 only

echo "google.com"|ipprobe -ipv6

2a00:1450:401b:805::200e

Format IPv6 for URLs

echo "google.com"|ipprobe -format6

172.217.20.206
[2a00:1450:401b:804::200e]

With host

cat hosts.txt

google.com
facebook.com
twitter.com
cat hosts.txt|ipprobe -format6 -host

104.244.42.193 twitter.com
104.244.42.65 twitter.com
172.217.20.206 google.com
[2a00:1450:401b:804::200e] google.com
31.13.81.36 facebook.com
[2a03:2880:f116:83:face:b00c:0:25de] facebook.com

ipprobe's People

Contributors

vodafon avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.