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

Do copyediting of NSEDoc up through pgsql-brute.

This commit is contained in:
david
2010-07-12 06:21:03 +00:00
parent 725e6b85ac
commit 4cdc50e95d
14 changed files with 92 additions and 77 deletions

View File

@@ -1,10 +1,14 @@
description = [[
Attempts to list all databases on the MySQL server
Attempts to list all databases on a MySQL server.
]]
---
-- @args mysqluser The username to use for authentication. (If unset it attempts to use credentials found by mysql-brute or mysql-empty-password)
-- @args mysqlpass The password to use for authentication. (If unset it attempts to use credentials found by mysql-brute or mysql-empty-password)
-- @args mysqluser The username to use for authentication. If unset it
-- attempts to use credentials found by <code>mysql-brute</code> or
-- <code>mysql-empty-password</code>.
-- @args mysqlpass The password to use for authentication. If unset it
-- attempts to use credentials found by <code>mysql-brute</code> or
-- <code>mysql-empty-password</code>.
--
-- @output
-- 3306/tcp open mysql