From 3d01895e83aa60a502b3d2ed1535ac17e2564a73 Mon Sep 17 00:00:00 2001 From: patrik Date: Mon, 24 Oct 2011 16:21:59 +0000 Subject: [PATCH] o [NSE] Added the missing broadcast category to the broadcast-listener script. [Jason DePriest] --- CHANGELOG | 3 +++ scripts/broadcast-listener.nse | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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