From 2881b4faabb8bcb0b15de06f65be515eae9d50dd Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 14 May 2008 21:02:27 +0000 Subject: [PATCH] HTTP_open_proxy.nse fix: tags{} -> categories{} --- scripts/HTTP_open_proxy.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/HTTP_open_proxy.nse b/scripts/HTTP_open_proxy.nse index 876237191..5ba418d9f 100644 --- a/scripts/HTTP_open_proxy.nse +++ b/scripts/HTTP_open_proxy.nse @@ -7,7 +7,7 @@ id="Open Proxy Test" description="Test if a discovered proxy is open to us by connecting to www.google.com and checking for the 'Server: GWS/' header response." -tags = {"intrusive"} +categories = {"intrusive"} -- I found a nice explode() function in lua-users' wiki. I had to fix it, though. -- http://lua-users.org/wiki/LuaRecipes