mirror of
https://github.com/nmap/nmap.git
synced 2025-12-19 14:09:02 +00:00
Add some missing library requires and remove trailing whitespace
This commit is contained in:
@@ -3,6 +3,8 @@ local packet = require "packet"
|
|||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local string = require "string"
|
local string = require "string"
|
||||||
local target = require "target"
|
local target = require "target"
|
||||||
|
local os = require "os"
|
||||||
|
local table = require "table"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Discovers HID devices on a LAN by sending a discoveryd network broadcast probe.
|
Discovers HID devices on a LAN by sending a discoveryd network broadcast probe.
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ local nmap = require "nmap"
|
|||||||
local packet = require "packet"
|
local packet = require "packet"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local string = require "string"
|
local string = require "string"
|
||||||
|
local os = require "os"
|
||||||
|
local table = require "table"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Discovers Jenkins servers on a LAN by sending a discovery broadcast probe.
|
Discovers Jenkins servers on a LAN by sending a discovery broadcast probe.
|
||||||
|
|||||||
Reference in New Issue
Block a user