ipscan

command module
v0.0.0-...-80c0279 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2016 License: MIT Imports: 11 Imported by: 0

README

ipscan - scan IP range and report IP, round-trip time (rtt), and DNS name for active devices

This program is based on mping by mhusmann. It has been almost entirely re-written as I have learned more about Go and its concurrency patterns.

Usage: ipscan [-quv] [-n value] [-t value] startIP endIP
 -n, --count=value  max number of pings per target
 -q, --quiet        only display host data
 -t, --rtt=value    max RTT for each ping
 -u, --udp          use UDP instead of ICMP
 -v, --debug        print additional messages
 startIP, endIP     endpoints of scan (inclusive)

Documentation

Overview

Scans specified IP range and returns list of active devices, rtt, and DNS names. Started life based on mping (https://github.com/mhusmann/mping).

Usage: ipscan [-quv] [-n value] [-t value] startIP endIP

-n, --count=value  max number of pings per target
-q, --quiet        only display host data
-t, --rtt=value    max RTT for each ping
-u, --udp          use UDP instead of ICMP
-v, --debug        print additional messages
startIP, endIP     endpoints of scan (inclusive)

Jump to

Keyboard shortcuts

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