Exploring connections with intrace
The intrace
tool is a great tool to enumerate IP hops on existing TCP connections. It can be useful for firewall bypassing and gathering more information about a network.
How to do it...
Run the following command:
intrace -h hostname.com -p port -s sizeofpacket
The following screenshot shows the output of the preceding command:
