pingscan

command module
v0.0.0-...-ed65298 Latest Latest
Warning

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

Go to latest
Published: May 1, 2015 License: BSD-3-Clause Imports: 11 Imported by: 0

README

PingScan

Fast concurent ping with JSON output.

Usage

pingscan -timeout=5 google.com yahoo.com astalavista.com ...

Rights

Linux rights by default don't allow regular users to send ICMP packets. This can be fixed either running pingscan by root

  • you can run pingscan by root

  • or you can allow your user group to manipulate raw sockets with command: sudo sysctl net.ipv4.ping_group_range="0 1000" where "0 1000" is range of IDs of groups

  • or you can set setuid bit to pingscan with: sudo chown root:root pingscan && sudo chmod +s pingscan

TODO

  • forcing v6

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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