mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 06:59:01 +00:00
Fix NSEDoc comments in ms-sql-config and ms-sql-query. They need three
dashes.
This commit is contained in:
@@ -15,7 +15,7 @@ require 'mssql'
|
|||||||
|
|
||||||
dependencies = {"ms-sql-brute", "ms-sql-empty-password"}
|
dependencies = {"ms-sql-brute", "ms-sql-empty-password"}
|
||||||
|
|
||||||
--
|
---
|
||||||
-- @args mssql.username specifies the username to use to connect to
|
-- @args mssql.username specifies the username to use to connect to
|
||||||
-- the server. This option overrides any accounts found by
|
-- the server. This option overrides any accounts found by
|
||||||
-- the mssql-brute and mssql-empty-password scripts.
|
-- the mssql-brute and mssql-empty-password scripts.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ require 'mssql'
|
|||||||
|
|
||||||
dependencies = {"ms-sql-brute", "ms-sql-empty-password"}
|
dependencies = {"ms-sql-brute", "ms-sql-empty-password"}
|
||||||
|
|
||||||
--
|
---
|
||||||
-- @args mssql-query.query specifies the query to run against the server.
|
-- @args mssql-query.query specifies the query to run against the server.
|
||||||
-- (default SELECT @@version version)
|
-- (default SELECT @@version version)
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user