1
0
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:
david
2011-10-11 20:36:12 +00:00
parent 74ace98617
commit 9b73f3742c
2 changed files with 3 additions and 3 deletions

View File

@@ -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