[Openvas-commits] r12041 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Nov 8 15:30:32 CET 2011
Author: mime
Date: 2011-11-08 15:30:19 +0100 (Tue, 08 Nov 2011)
New Revision: 12041
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/gb_afim_50523.nasl
Log:
FP fixed
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2011-11-08 13:11:12 UTC (rev 12040)
+++ trunk/openvas-plugins/ChangeLog 2011-11-08 14:30:19 UTC (rev 12041)
@@ -1,5 +1,10 @@
2011-11-08 Michael Meyer <michael.meyer at greenbone.net>
+ * scripts/gb_afim_50523.nasl:
+ FP fixed.
+
+2011-11-08 Michael Meyer <michael.meyer at greenbone.net>
+
* scripts/gb_admin_bot_50562.nasl,
scripts/gb_xampp_50564.nasl:
Added new plugins.
Modified: trunk/openvas-plugins/scripts/gb_afim_50523.nasl
===================================================================
--- trunk/openvas-plugins/scripts/gb_afim_50523.nasl 2011-11-08 13:11:12 UTC (rev 12040)
+++ trunk/openvas-plugins/scripts/gb_afim_50523.nasl 2011-11-08 14:30:19 UTC (rev 12041)
@@ -96,7 +96,7 @@
result = http_keepalive_send_recv(port:port, data:req, bodyonly:FALSE);
- if("<title>phpinfo()") {
+ if("<title>phpinfo()" >< result) {
# clean the data.php on success by sending empty POST...
ex = string("");
More information about the Openvas-commits
mailing list