[Openvas-commits] r9396 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Nov 12 13:11:55 CET 2010
Author: mime
Date: 2010-11-12 13:11:52 +0100 (Fri, 12 Nov 2010)
New Revision: 9396
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/secpod_phpmyadmin_detect_900129.nasl
Log:
Added port to security_note()
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2010-11-12 09:20:02 UTC (rev 9395)
+++ trunk/openvas-plugins/ChangeLog 2010-11-12 12:11:52 UTC (rev 9396)
@@ -1,3 +1,8 @@
+2010-11-12 Michael Meyer <michael.meyer at greenbone.net>
+
+ * scripts/secpod_phpmyadmin_detect_900129.nasl:
+ Added port to security_note().
+
2010-11-11 Michael Meyer <michael.meyer at greenbone.net>
* scripts/gb_webid_detect.nasl,
Modified: trunk/openvas-plugins/scripts/secpod_phpmyadmin_detect_900129.nasl
===================================================================
--- trunk/openvas-plugins/scripts/secpod_phpmyadmin_detect_900129.nasl 2010-11-12 09:20:02 UTC (rev 9395)
+++ trunk/openvas-plugins/scripts/secpod_phpmyadmin_detect_900129.nasl 2010-11-12 12:11:52 UTC (rev 9396)
@@ -100,8 +100,7 @@
}
set_kb_item(name:"www/"+ port + "/phpMyAdmin", value:version + " under " + dir);
- security_note(data:"phpMyAdmin version " + version + " running at location " +
- dir + " was detected on the host");
+ security_note(port:port,data:"phpMyAdmin version " + version + " running at location " + dir + " was detected on the host");
installations[x] = string(version + " under " + dir + ":" + pw_protected + "");
x++;
More information about the Openvas-commits
mailing list