1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

Make some broadcast scripts 'safe' category

This commit is contained in:
dmiller
2024-10-08 21:14:40 +00:00
parent 0bae611494
commit f8d4531b1f
5 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ responses from their multicast group.
author = {"niteesh", "alegen"}
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
categories = {"discovery","broadcast"}
categories = {"discovery", "broadcast", "safe"}
local arg_timeout = stdnse.parse_timespec(stdnse.get_script_args(SCRIPT_NAME .. '.timeout'))