mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Rearrange some variables for proper NSEDoc generation.
http://seclists.org/nmap-dev/2013/q1/26
This commit is contained in:
@@ -9,9 +9,6 @@ local stdnse = require "stdnse"
|
|||||||
local string = require "string"
|
local string = require "string"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
|
|
||||||
author = "jah"
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
|
||||||
categories = {"auth", "intrusive"}
|
|
||||||
description = [[
|
description = [[
|
||||||
Attempts to enumerate valid usernames on web servers running with the mod_userdir
|
Attempts to enumerate valid usernames on web servers running with the mod_userdir
|
||||||
module or similar enabled.
|
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
|
-- 80/tcp open http syn-ack Apache httpd 2.2.9
|
||||||
-- |_ apache-userdir-enum: Potential Users: root (403), user (200), test (200)
|
-- |_ 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"}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user