Hello all, My NASL parser (part of the nessus-php web interface) choked on the finger_akfingerd.nasl plugin. Unless we're using a new syntax, I think there's a bug in the script name. Patch included...
Kris --------------------------------------------------------------------- --- finger_akfingerd.nasl.old 2002-12-17 13:29:05.000000000 -0500 +++ finger_akfingerd.nasl 2002-12-17 14:35:51.000000000 -0500 @@ -12,7 +12,7 @@ script_bugtraq_id(6323); name["english"] = "akfingerd"; - script_name(name:name["english"]); + script_name(english:name["english"]); desc["english"] = " The remote finger service appears to vulnerable to a remote attack which can disrupt the service of the finger daemon. - [EMAIL PROTECTED]: general discussions about Nessus. * To unsubscribe, send a mail to [EMAIL PROTECTED] with "unsubscribe nessus" in the body.
