> -----Original Message----- > From: Hemsley, Trevor > Sent: 08 July 2002 17:03 > To: '[EMAIL PROTECTED]' > Subject: 1.0.10 all.tar.gz errors > > A couple of errors in the latest all.tar.gz for 1.0.* releases. > > Plugin sgi_rpc_passwd.nasl has a line > > script_category(ACT_MIXED_ATTACK); > > and this is not a known category by 1.0.10. > > On nessusd startup with the new plugins (with this changed to ACT_ATTACK - is that the best alternative?) gives several errors > > BEA_weblogic_Reveal_Script_Code_2.nasl depends on webmirror.nasl which could not be found > imap_body_overflow.nasl depends on logins.nasl which could not be found > > Both exist in the all-1.2.tar.gz but I haven't (yet) tried copying them over.
I have now tried copying them. webmirror.nasl explicitly says that it requires libnasl.1.1.x or higher so I removed BEA_weblogic_Reveal_Script_Code_2.nasl from the plugins directory. logins.nasl worked, sort of, after I changed a couple of things (ACT_SETTINGS is not valid on 1.0.x, script_version() is not valid) but doesn't look like it's correct. It adds some fields to the client window but doesn't add any password fields so I guess this is new functionality in 1.1.x+. Removed imap_body_overflow.nasl for this reason.
