Trace the Route of TCP requests Easily by Installing “tcptraceroute” on Mac
What is “tcptraceroute” Package?
Traceroute implementation using TCP packets. One can trace the route of tcp request using tcptraceroute tool on mac.
For more details: https://github.com/mct/tcptraceroute
Installation
- Open Terminal by pressing
command+spacethen type terminal and hitEnterkey. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install tcptraceroute.
brew install tcptraceroute
Now, use tcptraceroute!