1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

o [NSE] Added the missing broadcast category to the broadcast-listener script.

[Jason DePriest]
This commit is contained in:
patrik
2011-10-24 16:21:59 +00:00
parent 26c3da4c58
commit 3d01895e83
2 changed files with 4 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ unless a specific interface was given using the -e argument to Nmap.
author = "Patrik Karlsson"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"safe"}
categories = {"broadcast", "safe"}
prerule = function() return true end