mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 08:11:32 +00:00
HTTP_open_proxy.nse fix: tags{} -> categories{}
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user