mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 06:59:01 +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 http = require "http"
|
||||
local ipOps = require "ipOps"
|
||||
local stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
local table = require "table"
|
||||
|
||||
description = [[
|
||||
Obtains up to 100 forward DNS names for a target IP address by querying the Robtex service (http://www.robtex.com/ip/).
|
||||
]]
|
||||
@@ -35,9 +41,6 @@ author = "riemann"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
categories = {"discovery", "safe", "external"}
|
||||
|
||||
require "http"
|
||||
require "ipOps"
|
||||
require "shortport"
|
||||
|
||||
--- Scrape reverse ip informations from robtex website
|
||||
-- @param data string containing the retrieved web page
|
||||
|
||||
Reference in New Issue
Block a user