From 602a40c2b040a829bdb7c050e0106952e4ad9da0 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 27 Sep 2010 18:56:23 +0000 Subject: [PATCH] Fix a syntax error caused by reordering array entries. --- scripts/http-passwd.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-passwd.nse b/scripts/http-passwd.nse index 6427f1448..5d33a7483 100644 --- a/scripts/http-passwd.nse +++ b/scripts/http-passwd.nse @@ -127,7 +127,7 @@ action = function(host, port) 'index.html?..\\..\\..\\..\\..\\boot.ini', --Mongoose Web Server '///..%2f..%2f..%2f..%2fboot.ini', - '/..%5C..%5C%5C..%5C..%5C%5C..%5C..%5C%5C..%5C..%5Cboot.ini' + '/..%5C..%5C%5C..%5C..%5C%5C..%5C..%5C%5C..%5C..%5Cboot.ini', --MultiThreaded HTTP Server v1.1 '/..\\..\\..\\..\\\\..\\..\\\\..\\..\\\\\\boot.ini', --uHttp Server