View Single Post
Old 24-07-2008, 12:00   #12615
Dephormation
Inactive
 
Join Date: Apr 2008
Location: Bristol
Services: Aquiss.net and loving it. No more Virgin Media, no more Virgin Phone, no more Virgin Mobile.
Posts: 629
Dephormation is a name known to allDephormation is a name known to allDephormation is a name known to allDephormation is a name known to allDephormation is a name known to allDephormation is a name known to allDephormation is a name known to allDephormation is a name known to all
Re: Virgin Media Phorm Webwise Adverts [Updated: See Post No. 1, 77, 102 & 797]

Quote:
Originally Posted by rryles View Post
Some newer versions of traceroute can do this as well

traceroute -T -p 80 nodpi.org
traceroute -T -p 443 nodpi.org

This doesn't apply to the windows tracert though.

(It is possible though unlikely that you could trigger some intrusion detection systems on the host you are doing the traceroute to with this)
For any tech head like me who was thinking trace route apps use ICMP echo packets over IP, see here
tcptraceroute is a traceroute implementation using TCP packets.

The more traditional traceroute(8) sends out either UDP or ICMP ECHO packets with a TTL of one, and increments the TTL until the destination has been reached. By printing the gateways that generate ICMP time exceeded messages along the way, it is able to determine the path packets are taking to reach the destination.
<snip>
By sending out TCP SYN packets instead of UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most common firewall filters.
You learn something new every day. Interesting. That could come in very handy.
Dephormation is offline