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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user