mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 19:59:02 +00:00
Add missing requires.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
local http = require "http"
|
||||||
|
local table = require "table"
|
||||||
|
local url = require "url"
|
||||||
|
|
||||||
---
|
---
|
||||||
-- http-default-accounts-fingerprints.lua
|
-- http-default-accounts-fingerprints.lua
|
||||||
-- This file contains fingerprint data for http-default-accounts.nse
|
-- This file contains fingerprint data for http-default-accounts.nse
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
local table = require "table"
|
||||||
|
|
||||||
---HTTP Fingerprint files, compiled by Ron Bowes with a special thanks to...
|
---HTTP Fingerprint files, compiled by Ron Bowes with a special thanks to...
|
||||||
-- o Kevin Johnson (@secureideas) for the fingerprints that come with Yokoso
|
-- o Kevin Johnson (@secureideas) for the fingerprints that come with Yokoso
|
||||||
-- http://yokoso.inguardians.com
|
-- http://yokoso.inguardians.com
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
local bin = require "bin"
|
||||||
|
local packet = require "packet"
|
||||||
|
local stdnse = require "stdnse"
|
||||||
|
local tab = require "tab"
|
||||||
|
local target = require "target"
|
||||||
|
|
||||||
--- The following file contains a list of decoders used by the
|
--- The following file contains a list of decoders used by the
|
||||||
-- broadcast-listener script. A decoder can be either "ethernet" based or IP
|
-- broadcast-listener script. A decoder can be either "ethernet" based or IP
|
||||||
-- based. As we're only monitoring broadcast traffic (ie. traffic not
|
-- based. As we're only monitoring broadcast traffic (ie. traffic not
|
||||||
@@ -681,4 +687,4 @@ Decoders = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user