Skip to content

jlangdev/GoPing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ICMP Echo CLI written in Go

Installation

go install
go build goping.go

Usage

UNIX: The ICMP protocol requires sudo privileges

sudo ./goping [address] [Preferred TTL] [protocol (ip4 or ip6)]

Windows: Not tested

goping [address] [Preferred TTL] [protocol (ip4 or ip6)]

Examples

sudo ./goping google.com 35 ip6
sudo ./goping reddit.com 20 ip6

About

ICMP echo (ping) CLI written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages