1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Rearrange some variables for proper NSEDoc generation.

http://seclists.org/nmap-dev/2013/q1/26
This commit is contained in:
david
2013-01-14 23:00:37 +00:00
parent a39d14de2f
commit 8ae9768b7e

View File

@@ -9,9 +9,6 @@ local stdnse = require "stdnse"
local string = require "string"
local table = require "table"
author = "jah"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"auth", "intrusive"}
description = [[
Attempts to enumerate valid usernames on web servers running with the mod_userdir
module or similar enabled.
@@ -39,6 +36,9 @@ CVE-2001-1013: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2001-1013.
-- 80/tcp open http syn-ack Apache httpd 2.2.9
-- |_ apache-userdir-enum: Potential Users: root (403), user (200), test (200)
author = "jah"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"auth", "intrusive"}