Intrace is an open-source, command-line traceroute-like utility, pre-installed on Kali Linux at /usr/bin/intrace, designed to enumerate IP hops along a network path by exploiting existing TCP connections. Developed by Robert Swiecki in 2007, based on Michal Zalewski’s concept, Intrace uses TCP packets (e.g., SYN, ACK) to trace routes, offering insights into network topology without relying on ICMP, which is often blocked by firewalls. Ideal for cybersecurity professionals, ethical hackers, and network administrators, it supports firewall bypassing and reconnaissance tasks. Released under the GNU General Public License, InTrace is a lightweight tool for advanced network path analysis.