Bugtraq mailing list archives

Re: Weekly release: RDS exploit version 2


From: rfp () WIRETRIP NET (.rain.forest.puppy.)
Date: Tue, 12 Oct 1999 05:13:41 -0500


There seems to be problems with the detection routine in my script...I
have nothing to blame other than poor coding skills. :)

Anyways, Vittal Aithal makes a good suggestion below.

Cheers,
.rain.forest.puppy.

---------- Forwarded message ----------
Date: Tue, 12 Oct 1999 10:41:39 +0100
From: Vittal Aithal <vittal.aithal () RevolutionLtd com>
To: '.rain.forest.puppy.' <rfp () WIRETRIP NET>
Subject: RE: Weekly release: RDS exploit version 2

Hi -

while testing on some internal boxes, i found i had to change

my @s=grep("Server: ",@results);

to

my @s=grep(/^Server:/,@results);

in sub has_msadc(). this tested using perl 5.004_05 on a linux box.

cheers
vittal

--
Vittal Aithal
Revolution Ltd <tel: 020 7549 5800> <fax: 020 7549 5801>
<vittal.aithal () revolutionltd com> <http://www.revolutionltd.com/>
<vittal.aithal () bigfoot com> <http://www.bigfoot.com/~vittal.aithal/>



Current thread: