1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

nse_check_globals cleanup

This commit is contained in:
patrik
2012-12-18 02:46:01 +00:00
parent b3b3fa70e8
commit 0587b3e0c4
3 changed files with 8 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ local ipOps = require "ipOps"
local target = require "target"
local coroutine = require "coroutine"
local string = require "string"
local io = require "io"
description = [[
Discovers targets that have IGMP Multicast memberships and grabs interesting information.