Hi there
In panda_antivirus_installed.nasl, a check to see if Panda is running
isn't correctly detecting working installs on our network. We have a few
German installs, and their service name is:
"Panda antivirus service"
whereas the nasl looks for
"Panda anti-virus service"
I don't have any English installs of Panda, so this could be a plain bug
in the NASL, or it could be that German installs of Panda alter the
service name. Probably easiest to just do both?
i.e.
---------------------------------------------
if (
services &&
(
# Panda Antivirus Titanium
("Panda anti-virus service" >!< services || "Panda antivirus
service" >!< services ) &&
# Panda TruPrevent
"Panda TPSrv" >!< services &&
# Panda Antivirus Service
( "PavSrv" >!< services || "PavPrSrv" >!< service )
)
) {
report += "The remote Panda AntiVirus service is not running.
";
trouble++;
}
--
Cheers
Jason Haar
Information Security Manager, Trimble Navigation Ltd.
Phone: +64 3 9635 377 Fax: +64 3 9635 417
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus