TraceRoutePlus
Hello!
Today I have for you a traceroute tool that I have built. I made it mainly for educational purposes, since I wanted to test the code behind it ready for something slightly more complicated.
Here is an example:
C:\>tracerouteplus github.com
Traceroute Plus
---------------
By Starbeamrainbowlabs <https://starbeamrainbowlabs.com>
=== github.com ===
1: xxx.xxx.xxx.xxx 1ms
2: xxx.xxx.xxx.xxx 33ms
3: xxx.xxx.xxx.xxx 36ms
4: xxx.xxx.xxx.xxx 54ms
5: 4.69.149.18 119ms
6: 4.53.116.102 115ms
7: 192.30.252.207 118ms
8: 192.30.252.130 118ms
=== github.com end ===
You can download the latest version of the tool from my repository. Instructions can be found in the download section of the README.
The code is up on GitLab, and pull requests are welcome :)
Edit: Moved to GitLab from GitHub.