[Openvas-commits] r12957 - in trunk/openvas-plugins: . scripts
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Mon Mar 5 20:06:43 CET 2012
Author: mime
Date: 2012-03-05 20:06:43 +0100 (Mon, 05 Mar 2012)
New Revision: 12957
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/secpod_realvnc_remote_code_exe_vuln_lin_900163.nasl
Log:
Fixed 'Unknown4959 escape sequence'
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2012-03-05 18:53:41 UTC (rev 12956)
+++ trunk/openvas-plugins/ChangeLog 2012-03-05 19:06:43 UTC (rev 12957)
@@ -1,3 +1,8 @@
+2012-03-05 Michael Meyer <michael.meyer at greenbone.net>
+
+ * scripts/secpod_realvnc_remote_code_exe_vuln_lin_900163.nasl:
+ Fixed 'Unknown4959 escape sequence'.
+
2012-03-02 Antu Sanadi <santu at secpod.com>
* scripts/secpod_tcp_sequence_approx_dos_vuln.nasl,
Modified: trunk/openvas-plugins/scripts/secpod_realvnc_remote_code_exe_vuln_lin_900163.nasl
===================================================================
--- trunk/openvas-plugins/scripts/secpod_realvnc_remote_code_exe_vuln_lin_900163.nasl 2012-03-05 18:53:41 UTC (rev 12956)
+++ trunk/openvas-plugins/scripts/secpod_realvnc_remote_code_exe_vuln_lin_900163.nasl 2012-03-05 19:06:43 UTC (rev 12957)
@@ -91,7 +91,7 @@
exit(0);
}
-command = "grep -irE 'Edition (4\.[01](\.[0-2])?)[^0-9\.]' /usr/bin/vncviewer";
+command = "grep -irE 'Edition (4\\.[01](\\.[0-2])?)[^0-9\\.]' /usr/bin/vncviewer";
vncOut = ssh_cmd(socket:sock, cmd:command, timeout:120);
if(ereg(pattern:"Binary file.* matches", string:vncOut))
More information about the Openvas-commits
mailing list