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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user