Never failsI find the answer just after I hit send
if((port = rndnum(6)) < 1024)
port += 2139;
Looks like 1024 to 6 (with a slightly higher preference for ports
roughly 2139 thru 3162).
So.thoughts on security? :)
On Wed, 2003-08-13 at 12:02, Dennis Skinner wrote:
> Hello,
On Wed, 13 Aug 2003 12:11:30 -0400
Dennis Skinner <[EMAIL PROTECTED]> wrote:
> Never failsI find the answer just after I hit send
>
> if((port = rndnum(6)) < 1024)
> port += 2139;
>
> Looks like 1024 to 6 (with a slightly higher preference for ports
> roughly 2139 thru 3162).
>