mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Move all broadcast-* scripts from the "discovery" category to
"broadcast" (new category).
This commit is contained in:
parent
f2e16f494d
commit
a0f2fdbdb3
5 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue