[Openvas-commits] r5604 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 19 13:12:16 CEST 2009
Author: kost
Date: 2009-10-19 13:12:13 +0200 (Mon, 19 Oct 2009)
New Revision: 5604
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/remote-web-w3af.nasl
Log:
Bugfix: textFile output was not selected. Another bug squashed thanks to mime.
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-10-19 09:54:04 UTC (rev 5603)
+++ trunk/openvas-plugins/ChangeLog 2009-10-19 11:12:13 UTC (rev 5604)
@@ -1,5 +1,10 @@
2009-10-19 Vlatko Kosturjak <kost at linux.hr>
+ * scripts/remote-web-w3af.nasl:
+ Bugfix: textFile output was not selected.
+ Another bug squashed thanks to mime.
+2009-10-19 Vlatko Kosturjak <kost at linux.hr>
+
* scripts/webserver_favicon.nasl:
Added bugfix to awk script as well.
Modified: trunk/openvas-plugins/scripts/remote-web-w3af.nasl
===================================================================
--- trunk/openvas-plugins/scripts/remote-web-w3af.nasl 2009-10-19 09:54:04 UTC (rev 5603)
+++ trunk/openvas-plugins/scripts/remote-web-w3af.nasl 2009-10-19 11:12:13 UTC (rev 5604)
@@ -91,6 +91,7 @@
# termios error: (25, 'Inappropriate ioctl for device')
# cmddata = cmddata + 'output console\n';
# cmddata = cmddata + 'output config console\n';
+cmddata = cmddata + 'output textFile\n';
cmddata = cmddata + 'output config textFile\n';
if (report_verbosity > 1) {
cmddata = cmddata + 'set verbose True\n';
More information about the Openvas-commits
mailing list