phenixrizen / go-traceroute

A golang implementation of traceroute

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-traceroute

Go Report Card

Installation

Please be aware that macOS doesn't support the setcap command.

go get github.com/vaegt/go-traceroute
cd $GOPATH/src/github.com/vaegt/go-traceroute/cmd
go build -o go-traceroute
sudo setcap 'cap_net_raw+p' ./go-traceroute

or

download the latest release

About

A golang implementation of traceroute

License:MIT License


Languages

Language:Go 100.0%