mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
o [NSE] Added the missing broadcast category to the broadcast-listener script.
[Jason DePriest]
This commit is contained in:
parent
26c3da4c58
commit
3d01895e83
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue