View Single Post
Old 28-07-2008, 17:55   #5
dev
Inactive
 
Join Date: Jan 2004
Posts: 1,164
dev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond repute
Re: Tracert and tools

Quote:
Originally Posted by rryles View Post
I'd suggest comparing three types of traceroute:

1. Traditional UDP
2. tcptraceroute to port 80
3. tcptraceroute to some other port

tcptraceroute is available for linux / mac as a separate tool. It's also built into the traceroute in very new linux distros (by using the -T switch).

http://michael.toren.net/code/tcptraceroute/

For windows there is tracetcp.

http://tracetcp.sourceforge.net/
problem with that is the phorm stuff would ignore the port 80 one as it wouldn't contain any HTTP traffic

easier test would be to just make a program that made a connection to a website, send the normal http request headers and dumped the response. If no phorm, the site data will be there, if phorm is setup then it'll have a redirection header returned
dev is offline   Reply With Quote