mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Minor updates to the descriptions of some new scripts
This commit is contained in:
@@ -10,15 +10,14 @@ local string = require "string"
|
||||
local openssl = stdnse.silent_require "openssl"
|
||||
|
||||
description = [[
|
||||
Performs valid user enumeration against MySQL server.
|
||||
Performs valid-user enumeration against MySQL server using a bug
|
||||
discovered and published by Kingcope
|
||||
(http://seclists.org/fulldisclosure/2012/Dec/9).
|
||||
|
||||
Server version 5.x are succeptible to an user enumeration
|
||||
attack due to different messages during login when using
|
||||
old authentication mechanism from versions 4.x and earlier.
|
||||
|
||||
Original bug discovered and published by Kingcope:
|
||||
http://seclists.org/fulldisclosure/2012/Dec/9
|
||||
|
||||
]]
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user