mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Added missing author and licensing information.
This commit is contained in:
@@ -35,6 +35,8 @@ present in modern implementation due to poor configuration of the service.
|
||||
-- @args cmd the command to run at the remote server
|
||||
--
|
||||
|
||||
author = "Patrik Karlsson"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
categories = {"exploit", "intrusive", "vuln"}
|
||||
|
||||
local shortport = require('shortport')
|
||||
|
||||
@@ -31,6 +31,8 @@ local http = require("http")
|
||||
local json = require("json")
|
||||
local tab = require("tab")
|
||||
|
||||
author = "Patrik Karlsson"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
categories = {"safe", "external", "discovery"}
|
||||
|
||||
local arg_kmlfile = stdnse.get_script_args(SCRIPT_NAME .. ".kmlfile")
|
||||
|
||||
Reference in New Issue
Block a user