mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 09:59:04 +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"}
|
||||
|
||||
--
|
||||
---
|
||||
-- @args mssql.username specifies the username to use to connect to
|
||||
-- the server. This option overrides any accounts found by
|
||||
-- the mssql-brute and mssql-empty-password scripts.
|
||||
@@ -106,4 +106,4 @@ action = function( host, port )
|
||||
|
||||
return stdnse.format_output( true, result )
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user