diff --git a/CHANGELOG b/CHANGELOG index fd04134fd..160c3eec5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] Added the missing broadcast category to the broadcast-listener script. + [Jason DePriest] + o [NSE] Made changes to the categories of the following scripts. Their new categories are: - http-userdir-enum.nse (auth,intrusive) diff --git a/scripts/broadcast-listener.nse b/scripts/broadcast-listener.nse index e10ccf36d..bf3c20758 100644 --- a/scripts/broadcast-listener.nse +++ b/scripts/broadcast-listener.nse @@ -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