[Openvas-commits] r5599 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 19 01:13:50 CEST 2009
Author: kost
Date: 2009-10-19 01:13:48 +0200 (Mon, 19 Oct 2009)
New Revision: 5599
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/remote-web-w3af.nasl
Log:
fixed bug if more www ports are found
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-10-18 23:09:43 UTC (rev 5598)
+++ trunk/openvas-plugins/ChangeLog 2009-10-18 23:13:48 UTC (rev 5599)
@@ -1,7 +1,8 @@
2009-10-19 Vlatko Kosturjak <kost at linux.hr>
* scripts/remote-web-w3af.nasl:
- Added notice as requested by w3af author
+ Added notice as requested by w3af author + fixed bug if more www
+ ports are found.
2009-10-18 Vlatko Kosturjak <kost at linux.hr>
Modified: trunk/openvas-plugins/scripts/remote-web-w3af.nasl
===================================================================
--- trunk/openvas-plugins/scripts/remote-web-w3af.nasl 2009-10-18 23:09:43 UTC (rev 5598)
+++ trunk/openvas-plugins/scripts/remote-web-w3af.nasl 2009-10-18 23:13:48 UTC (rev 5599)
@@ -80,7 +80,7 @@
useprofile=script_get_preference("Profile");
if (!useprofile) useprofile = "full_audit";
-genfilename = get_tmp_dir() + "openvas-w3af-" + get_host_ip();
+genfilename = get_tmp_dir() + "openvas-w3af-" + port + get_host_ip();
cmdfilename = genfilename + ".cmd";
repfilename = genfilename + ".rep";
httpfilename = genfilename + ".http";
More information about the Openvas-commits
mailing list