mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +00:00
HTTP_open_proxy.nse fix: tags{} -> categories{}
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
id="Open Proxy Test"
|
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."
|
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.
|
-- I found a nice explode() function in lua-users' wiki. I had to fix it, though.
|
||||||
-- http://lua-users.org/wiki/LuaRecipes
|
-- http://lua-users.org/wiki/LuaRecipes
|
||||||
|
|||||||
Reference in New Issue
Block a user