1
0
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:
fyodor
2013-08-17 00:38:27 +00:00
parent 1c0e86596e
commit 796c90ee0e
10 changed files with 18 additions and 19 deletions

View File

@@ -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
]]
---