Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 415 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 415 Bytes

psping

A GO implementation CLI tool, similar as Sysinterals' PSPing: https://docs.microsoft.com/en-us/sysinternals/downloads/psping

Install as CLI

go install github.com/riveryc/psping/cmd/psping@latest

Build it as docker image

docker build -t psping .

Use it

# binanry
$ psping 8.8.8.8:53
$ psping google.com:443

# Docker
$ docker run -it --rm psping 8.8.8.8:53