Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 406 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 406 Bytes

🎏 tcptrace 🎏

Example use (after compile)

Run with root permissions (sudo) because I used raw sockets in this program.

Note that not all sites can successfully be traced due to firewall permissions and TCP RSTs.

🐬 How it works

The TCP traceroute mechanism is very similar to normal ping traceroute. I used socket errors to detect different types of packets.