The paping program that is now comaptible and working with latest OS and written in Golang
- TCP Connection: The tool establishes a TCP connection to the specified host and port.
- Connection Statistics: Provides detailed statistics about the attempted, successful, and failed connections.
- Colorful Output: Uses colors to distinguish between successful and failed connection messages.
- Graceful Exit: Displays the connection report upon receiving the interrupt signal (CTRL+C).
$ git clone https://github.com/Inplex-sys/paping-update.git
$ go build .