1
0
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:
patrik
2012-05-20 14:45:16 +00:00
parent df516bc398
commit d9b67a884b
2 changed files with 4 additions and 0 deletions

View File

@@ -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')

View File

@@ -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")