mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +00:00
Lua 5.2 upgrade [1] for NSE.
[1] http://seclists.org/nmap-dev/2012/q2/34
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
local json = require "json"
|
||||
local nmap = require "nmap"
|
||||
local stdnse = require "stdnse"
|
||||
local tab = require "tab"
|
||||
local target = require "target"
|
||||
|
||||
description = [[
|
||||
Listens for the LAN sync information broadcasts that the Dropbox.com client broadcasts every 20 seconds, then prints all the discovered client IP addresses, port numbers, version numbers, display names, and more.
|
||||
|
||||
@@ -29,11 +35,6 @@ author = "Ron Bowes, Mak Kolybabi, Andrew Orr, Russ Tait Milne"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
categories = {"broadcast", "safe"}
|
||||
|
||||
require("json")
|
||||
require("shortport")
|
||||
require("stdnse")
|
||||
require("tab")
|
||||
require("target")
|
||||
|
||||
local DROPBOX_BROADCAST_PERIOD = 20
|
||||
local DROPBOX_PORT = 17500
|
||||
|
||||
Reference in New Issue
Block a user