Back to Scanning Techniques

Traceroute Scanning

Explore the world of Traceroute: Learn techniques, tools, and see it in action.

What is Traceroute Scanning?

Traceroute is a network diagnostic tool used to track in real-time the pathway taken by a packet of information from one system to another. It shows the series of hops between routers that a packet traverses as it moves from source to destination.

Traceroute Tools and Commands

traceroute

The standard Unix/Linux command for performing traceroute.

traceroute example.com

Performs a basic traceroute to example.com using default settings.

traceroute -m 15 example.com

Sets the maximum number of hops to 15 when tracing the route to example.com.

traceroute -n example.com

Displays IP addresses instead of hostnames for faster output.

Traceroute Visualization

Ready to trace

0