mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 22:49:02 +00:00
Add a couple unrequired libraries (NSE)
This commit is contained in:
@@ -4,6 +4,7 @@ local io = require "io"
|
||||
local nmap = require "nmap"
|
||||
local shortport = require "shortport"
|
||||
local stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
local table = require "table"
|
||||
|
||||
description = [[
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
local smb = require "smb"
|
||||
local stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
local table = require "table"
|
||||
|
||||
description = [[
|
||||
Attempts to list shares using the <code>srvsvc.NetShareEnumAll</code> MSRPC function and
|
||||
|
||||
Reference in New Issue
Block a user