tcptraceroute

Traceroute implementation using TCP packets instead of UDP

brewmacoslinux
Try with needOr install directly
Source

About

Traceroute implementation using TCP packets

Commands

tcptraceroute

Examples

Trace route to a remote host using TCP on port 80$ tcptraceroute example.com 80
Trace route to a host with custom source port$ tcptraceroute -s 5000 example.com 443
Trace route with increased timeout and maximum hops$ tcptraceroute -m 30 -w 2 example.com 22