Re: Stealth TCP
From: D.C. van Moolenbroek (dcvmoole@cs.vu.nl)
Date: 12/17/02
- Next message: Tim Haynes: "Re: Stealth TCP"
- Previous message: Alessandro Selli: "Re: Stealth TCP"
- In reply to: Kasper Dupont: "Re: Stealth TCP"
- Next in thread: Alessandro Selli: "Re: Stealth TCP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "D.C. van Moolenbroek" <dcvmoole@cs.vu.nl> Date: Tue, 17 Dec 2002 16:43:31 +0100
"Kasper Dupont" wrote:
> Ken wrote:
> >
> > Dear all,
> > who know the meaning of this sentence...
> > " Stealth mode listens to the ports at socket level instead of binding
the
> > ports" ?
> > What is the meaning?
>
> I don't think there is any meaning.
(sorry, can't see the original post for some reason)
The sentence might have intended to say that in stealth mode, no listening
ports are created for every port a program expects connection requests or
UDP data on, but that that program processes raw traffic to look for those
connection requests or UDP data instead - which could mean that the text
comes from some kind of portscan reporter, or a program that listens on many
UDP ports. In that case, "at socket level" should have been "below socket
level" or "at packet level" or something similar; after all, binding to
ports usually happens at socket level :)
That's just a guess though - hard to tell without knowledge of what the text
is about. Google returns nothing at least.
In general, a program that does something like that will have the same
functionality, but won't have its listening ports listed in netstat. On the
other hand, it'll need root priviledges for that kind of "stealth mode".
Regards,
David
--
class sig{static void main(String[]s){for// D.C. van Moolenbroek
(int _=0;19>_;System.out.print((char)(52^// (CS student, VU, NL)
"Y`KbddaZ}`P#KJ#caBG".charAt(_++)-9)));}}// -Java sigs look bad-
- Next message: Tim Haynes: "Re: Stealth TCP"
- Previous message: Alessandro Selli: "Re: Stealth TCP"
- In reply to: Kasper Dupont: "Re: Stealth TCP"
- Next in thread: Alessandro Selli: "Re: Stealth TCP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|