mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 04:09:01 +00:00
Put ms-sql-dump-hashes in "auth".
This commit is contained in:
@@ -27,7 +27,7 @@ discovered by other scripts.
|
||||
|
||||
author = "Patrik Karlsson"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
categories = {"discovery", "safe"}
|
||||
categories = {"auth", "discovery", "safe"}
|
||||
|
||||
require 'shortport'
|
||||
require 'stdnse'
|
||||
@@ -129,4 +129,4 @@ action = function( host, port )
|
||||
local output = ( #scriptOutput > 1 and scriptOutput or scriptOutput[1] )
|
||||
|
||||
return stdnse.format_output( true, output )
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user