mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add a couple unrequired libraries (NSE)
This commit is contained in:
parent
a1eeaa8887
commit
3d4fb07728
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue