Hi, I think there's a little bug: if(egrep(pattern:".*WS_FTP Server ((1|2)\..*)|(3\.((0(\..*){0,1})|(1\.1)))", string:banner)) Should be: (note the extra brackets) if(egrep(pattern:".*WS_FTP Server (((1|2)\..*)|(3\.((0(\..*){0,1})|(1\.1))))", string:banner)) Without this it false positives on any server with 3.x.x in it's banner. Regards, Paul -- Paul Johnston Internet Security Specialist Westpoint Limited Albion Wharf, 19 Albion Street, Manchester, M1 5LN England Tel: +44 (0)161 237 1028 Fax: +44 (0)161 237 1031 email: paulat_private web: www.westpoint.ltd.uk
This archive was generated by hypermail 2b30 : Tue Apr 15 2003 - 04:42:30 PDT