if ( description ) { display(" ------------------------------------------------------------------------------ You are running a version of Nessus which is not configured to receive a full plugin feed. As a result, your security audits will produce incomplete results. To obtain a complete plugin feed, you need to register your Nessus scanner at the following URL : http://www.nessus.org/register/ ------------------------------------------------------------------------------ "); script_id(9999); script_version ("$Revision: 1.1 $"); name["english"] = "GPL Feed Only"; script_name(english:name["english"]); desc["english"] = " You are running a version of Nessus which is not configured to receive a full plugin feed. As a result, the security audit of the remote host produced incomplete results. To obtain a complete plugin feed, you need to register your Nessus scanner at http://www.nessus.org/register/ then run nessus-update-plugins to get the full list of Nessus plugins. "; script_description(english:desc["english"]); summary["english"] = "Warns the user that his scan will be incomplete"; script_summary(english:summary["english"]); script_category(ACT_END); script_copyright(english:"This script is Copyright (C) 2005 Tenable Network Security"); family["english"] = "GPL Feed"; script_family(english:family["english"]); exit(0); } security_hole(0);