Adrian Raduti wrote: > Hi, > > Right now antivirus_installed.nasl reports on installed symantec with > running not running services. How can I modify this script to report on > not installed symantec as well? Also how to put the parent server as > well
There are several ways you can accomplish testing to see if Symantec is not installed. First, you could modify the script to add an additional check at the end of this NASL script to issue a new note if "Symantec" is not present in the KB. Second, you could also write a similar test and keep this in a separate NASL script. We've tried to keep to a one plugin = one report rule and this would make it easier for you to manage since the antivirus_installed.nasl script is something that Tenable has updated several times. Third, if you have access to the Direct Feed (which will be the Professional Feed) you can accomplish this sort of check to see if Symantec is installed by writing a very short .audit policy file. Ron Gula Tenable Network Security _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
