[Plugins-writers] Nessus Script ID 22533 version 1.1: Contains A Bug?

From: Paul Bellefeuille (nessusd@private)
Date: Tue Oct 10 2006 - 21:22:57 PDT


Hello All,

Script ID 22533 version 1.1 contains the following bug:

Old Code:
sub =  ereg_replace(pattern:"^9\.00?\.00?\.\([0-9]*\)$", string:v, replace:"\1");

New Code:
sub =  ereg_replace(pattern:"^9\.00?\.00?\.([0-9]*)\.*$", string:v, replace:"\1");

Could someone verify?

Thanks,
Paul



_______________________________________________
Plugins-writers mailing list
Plugins-writers@private
http://mail.nessus.org/mailman/listinfo/plugins-writers



This archive was generated by hypermail 2.1.3 : Tue Oct 10 2006 - 21:21:30 PDT