On Sun, Feb 22, 2004 at 07:59:39PM +0100, Audun Larsen wrote: > Ok, here is another plugin, I'm keeping it simple. :) > Info from SecurityFocus: http://www.securityfocus.com/bid/9679/info/ Added, thanks ! Advice of the day : - In my previous mail, I said that version 1.0.4 should actually be 1.0.[0-4]. I should have actually said the following : (0\.|1\.0\.[0-4]) So you can catch pre1.0 releases. - Also, you ususally want to NOT match on versions like 1.0.10, so your regex should actually be (fixed in CVS) : Sami HTTP Server v(0\.|1\.0\.[0-4][^0-9]) Thanks ! -- Renaud _______________________________________________ Plugins-writers mailing list Plugins-writers@private http://mail.nessus.org/mailman/listinfo/plugins-writers
This archive was generated by hypermail 2b30 : Sun Feb 22 2004 - 11:16:22 PST