Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2000 21:17:15 +0200
From:      Yann Berthier <Yann.Berthier@hsc.fr>
To:        hackers-freebsd@FreeBSD.ORG
Subject:   Re: traceroute using tcp to a port?
Message-ID:  <20000919211715.O65102@hsc.fr>
In-Reply-To: <85516.969389887@verdi.nethelp.no>; from sthaug@nethelp.no on Tue, Sep 19, 2000 at 08:58:07PM %2B0200
References:  <20000919164216.J65102@hsc.fr> <85516.969389887@verdi.nethelp.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 19 Sep 2000, sthaug@nethelp.no wrote:

> > Of course it works, and very well. You should try hping
> > (http://www.kyuzz.org/antirez/hping/) which is a _very cool_ tool
> > developped by Antirez. With it you could do (among many things)
> > traceroute over tcp.
> 
> Ah, you mean just like FreeBSD's "traceroute -P tcp" does?

No, I mean something like :
# ./hping2 -S -p 80 -T -t 1 www.whatever.tld
(with -S setting the syn flag, -t the initial ttl, -p the destination
port, and -T for traceroute mode). For sure other tools could do the
same, I talked about hping 'cause it's my ip swiss knife :)

regards,

Yann  


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000919211715.O65102>