This a simple trace route implementation written in python using scapy, you should have scapy install in you libs.
Using the trace route
- download the code to your PC.
- edit the MAC_ADDRESS to one of your GW.
- if you using using Windows press on the path bar and write cmd and then press enter.
- in terminal or cmd type "py traceroute.py address/url ttl" example: "py traceroute.py google.com 30"