iprobe

command module
v0.0.0-...-15ff87a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2023 License: MIT Imports: 7 Imported by: 0

README

iprobe

Take a list of domains and probe for ip addresses.

Install

go install github.com/Bamorph/iprobe@latest

Basic Usage

iprobe accepts line-delimited domains on stdin:

cat hosts.txt
localhost

cat hosts.txt | iprobe
127.0.0.1

cat hosts.txt | iprobe -H
localhost
127.0.0.1

Concurrency

You can set the concurrency level with the -c flag:

cat hosts.txt | iprobe -c 50

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL