mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 12:19: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 string = require "string"
|
||||
local target = require "target"
|
||||
local os = require "os"
|
||||
local table = require "table"
|
||||
|
||||
description = [[
|
||||
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 stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
local os = require "os"
|
||||
local table = require "table"
|
||||
|
||||
description = [[
|
||||
Discovers Jenkins servers on a LAN by sending a discovery broadcast probe.
|
||||
|
||||
Reference in New Issue
Block a user