Re: [twsocket] Traceroute

2005-08-04 Thread EricZ17
Angus, Greatly appreciated! Thank you for your reply and help. I'll take a look at the DM article, sample apps, and your components. Eric -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http:/

Re: [twsocket] Traceroute

2005-08-04 Thread Angus Robertson - Magenta Systems Ltd
> The utility will be part of a security/pen-testing suite with a > specific purpose to my customer. There are specific hardware functions > that they would like to exercise for unit testing. > > Can you elaborate on how you believe this is down with a raw socket? Delphi Magazine published an

Re: [twsocket] Traceroute

2005-08-04 Thread EricZ17
The utility will be part of a security/pen-testing suite with a specific purpose to my customer. There are specific hardware functions that they would like to exercise for unit testing. Can you elaborate on how you believe this is down with a raw socket? Thanks! Eric -- To unsubscribe or cha

Re: [twsocket] Traceroute

2005-08-04 Thread Angus Robertson - Magenta Systems Ltd
> Can you help me to understand how to generate a TCP SYN packet and > alter the IP header with ICS? Do you have a specific example? I > haven't seen any way with the ICS TCP component to alter the TTL for > the packet. Yes, I can help, after you explain why you need to do this. Angus -- T

Re: [twsocket] Traceroute

2005-08-03 Thread Francois Piette
> What I need to be able to do is: > > - Send a TCP SYN packet on a specified port. > - Alter the IP header of the TCP SYN packet to modify the TTL. > - Receive an ICMP message in return. Can you explain the kind of application you are writing ? I ask because this request is very special. > Does

Re: [twsocket] Traceroute

2005-08-03 Thread Angus Robertson - Magenta Systems Ltd
> I've successfully been able to utilize ping to do a traceroute; > however, I don't think the ping component will fit my needs. Why exactly does an ICMP echo packet with a specified TTL not fit for your needs, what are you attempting to prove or do? > What I need to be able to do is: > - Sen

Re: [twsocket] Traceroute

2005-08-03 Thread EricZ17
Thanks for the replies. I've successfully been able to utilize ping to do a traceroute; however, I don't think the ping component will fit my needs. What I need to be able to do is: - Send a TCP SYN packet on a specified port. - Alter the IP header of the TCP SYN packet to modify the TTL. - Re

Re: [twsocket] Traceroute

2005-08-03 Thread David A. G.
Eric: I have a demo in user made page, using threads for traceroute and reverse DNS lookup. David Aguirre Grazio - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, August 03, 2005 10:31 AM Subject:

Re: [twsocket] Traceroute

2005-08-03 Thread Francois Piette
> Does anyone have an example of building a traceroute component using ICS? > Specifically, I want to be able to control the TTL and ports used by the > trace. > Does anyone have a code example or prior success with something like this? Have you looked at the "UserMade" page on ICS website ?

Re: [twsocket] Traceroute

2005-08-03 Thread Angus Robertson - Magenta Systems Ltd
> Does anyone have an example of building a traceroute component using > ICS? My threaded ping component on the usermade page includes a trace route example. Unless you use threads, ping is blocking. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http:

[twsocket] Traceroute

2005-08-03 Thread EricZ17
Does anyone have an example of building a traceroute component using ICS? Specifically, I want to be able to control the TTL and ports used by the trace. Does anyone have a code example or prior success with something like this? Thanks, Eric -- To unsubscribe or change your settings for TWSo