I have a Sun Solaris 9 system that under nessus 2.2.7 reported clean. I just installed 3.0.3 and now it's calling out that I have phpMyAdmin (17219) & WordPress (18297) installed, I don't. If I'm reading the nasl right 17219 is looking for main.php and 18297 is looking for index.php, neither of which is on my system. The changes in versions between both files seems minimal, but identical:
[EMAIL PROTECTED]:/usr/local/opt>sdiff -s nessus-2.2.7/lib/nessus/plugins/phpMyAdmin_detect.nasl nessus-3.0.3/lib/nessus/plugins/phpMyAdmin_detect.nasl
30c30
script_version("$Revision: 1.4 $"); | script_version("$Revision: 1.5 $");
71c71
if ( str ) { | if ( !isnull(str) ) {
[EMAIL PROTECTED]:/usr/local/opt>sdiff -s nessus-2.2.7/lib/nessus/plugins/wordpress_detect.nasl nessus-3.0.3/lib/nessus/plugins/wordpress_detect.nasl
30c30
script_version("$Revision: 1.6 $"); | script_version("$Revision: 1.7 $");
76c76
if (matches) { | if (!isnull(matches)) {
94c94
if (matches) { | if (!isnull(matches)) {
Is it possible that these changes are not working as expected?
Dan
_______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
