[Openvas-commits] r5600 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 19 10:01:51 CEST 2009
Author: kost
Date: 2009-10-19 10:01:49 +0200 (Mon, 19 Oct 2009)
New Revision: 5600
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/nikto.nasl
trunk/openvas-plugins/scripts/remote-web-w3af.nasl
Log:
use log_message if external tools are not found
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-10-18 23:13:48 UTC (rev 5599)
+++ trunk/openvas-plugins/ChangeLog 2009-10-19 08:01:49 UTC (rev 5600)
@@ -1,5 +1,10 @@
2009-10-19 Vlatko Kosturjak <kost at linux.hr>
+ * scripts/remote-web-w3af.nasl, scripts/nikto.nasl:
+ use log_message if external tools are not found
+
+2009-10-19 Vlatko Kosturjak <kost at linux.hr>
+
* scripts/remote-web-w3af.nasl:
Added notice as requested by w3af author + fixed bug if more www
ports are found.
Modified: trunk/openvas-plugins/scripts/nikto.nasl
===================================================================
--- trunk/openvas-plugins/scripts/nikto.nasl 2009-10-18 23:13:48 UTC (rev 5599)
+++ trunk/openvas-plugins/scripts/nikto.nasl 2009-10-19 08:01:49 UTC (rev 5600)
@@ -53,7 +53,7 @@
text += 'OpenVAS was unable to execute Nikto and to perform the scan you
requested.\nPlease make sure that Nikto is installed and that nikto.pl or nikto is
available in the PATH variable defined for your environment.';
- security_note(port: port, data: text);
+ log_message(port: port, data: text);
exit(0);
}
Modified: trunk/openvas-plugins/scripts/remote-web-w3af.nasl
===================================================================
--- trunk/openvas-plugins/scripts/remote-web-w3af.nasl 2009-10-18 23:13:48 UTC (rev 5599)
+++ trunk/openvas-plugins/scripts/remote-web-w3af.nasl 2009-10-19 08:01:49 UTC (rev 5600)
@@ -122,7 +122,7 @@
text += 'OpenVAS was unable to execute w3af and to perform the scan you
requested.\nPlease make sure that w3af is installed and that '+cmdw3af+' is
available in the PATH variable defined for your environment.';
- security_note(port: port, data: text);
+ log_message(port: port, data: text);
exit(0);
}
More information about the Openvas-commits
mailing list