1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 06:31:30 +00:00

HTTP_open_proxy.nse fix: tags{} -> categories{}

This commit is contained in:
kris
2008-05-14 21:02:27 +00:00
parent d2a8535ebc
commit 2881b4faab

View File

@@ -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