mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
more stdnse.print_debug -> stdnse.debug
Manual corrections.
This commit is contained in:
@@ -46,9 +46,7 @@ categories = {"discovery", "intrusive"}
|
||||
|
||||
portrule = shortport.http
|
||||
|
||||
local function dbg(str,...)
|
||||
stdnse.print_debug(2,"%s:"..str, SCRIPT_NAME, ...)
|
||||
end
|
||||
local dbg = stdnse.debug2
|
||||
|
||||
local function getHostPort(parsed)
|
||||
local host, port = parsed.host, parsed.port
|
||||
|
||||
Reference in New Issue
Block a user