mirror of
https://github.com/nmap/nmap.git
synced 2026-01-29 09:39:03 +00:00
o [NSE] Added the missing broadcast category to the broadcast-listener script.
[Jason DePriest]
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user