Re: [Plugins-writers] Custom plugins do not work after 3.0 upgrade.

From: Renaud Deraison (deraison@private)
Date: Tue Dec 27 2005 - 11:18:10 PST


On Dec 27, 2005, at 19:48, Simon Prazak wrote:

> Yes.  I was not in the plugins directory.  My mistake.  Here is the  
> copy of the script:
>
> if(description)
> {
>  script_id(90000);
>  script_version("$Revision: 1.0 $");
>  name["english"] = "Symantec AntiVirus Version Detection";
>  script_name(english:name["english"]);
>  desc["english"] = "
> This script determines the version of the remote Norton AntiVirus as
> written in the registry of the remote host. It also reports any host
> where registry does not exist.
>
> Risk Factor : None";
>
>  script_description(english:desc["english"]);
>  summary["english"] = "Determines the version of the remote NAV";
>  script_summary(english:summary["english"]);
>  script_category(ACT_GATHER_INFO);
>  family["english"] = "Custom";
>  script_family(english:family["english"]);
>  script_dependencies("smb_hotfixes.nasl");
>  script_require_keys("SMB/Registry/Enumerated");
>  script_require_ports(139, 445);

Add a call to script_copyright() :

	script_copyright(english:"Simon Prazak");



				-- Renaud

_______________________________________________
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 Dec 27 2005 - 11:19:38 PST