1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00

Move all broadcast-* scripts from the "discovery" category to

"broadcast" (new category).
This commit is contained in:
david
2011-01-13 06:21:53 +00:00
parent f2e16f494d
commit a0f2fdbdb3
5 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ Discovers Microsoft SQL servers in the same broadcast domain.
author = "Patrik Karlsson"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery"}
categories = {"broadcast"}
require 'mssql'
require 'target'
@@ -53,4 +53,4 @@ action = function()
table.insert( results, result_part )
end
return stdnse.format_output( true, results )
end
end