1
0
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:
dmiller
2018-08-08 18:58:40 +00:00
parent 684803ce30
commit 0c617b26d9
2 changed files with 8 additions and 4 deletions

View File

@@ -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.

View File

@@ -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.