mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01:29 +00:00
o [NSE] Made changes to the categories of the following scripts. Their new
categories are:
- http-userdir-enum.nse (auth,intrusive)
- mysql-users.nse (auth,intrusive)
- http-wordpress-enum.nse (auth,intrusive,vuln)
- krb5-enum-users.nse (auth,intrusive)
- snmp-win32-users.nse (default,auth,safe)
- smtp-enum-users.nse (auth,external,intrusive)
- ncp-enum-users.nse (auth,safe)
- smb-enum-users.nse (auth,intrusive)
[Duarte Silva]
This commit is contained in:
@@ -42,7 +42,7 @@ An example of how to specify the methods to use and the order is the following:
|
||||
|
||||
author = "Duarte Silva <duarte.silva@serializing.me>"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
categories = {"discovery","external","intrusive"}
|
||||
categories = {"auth","external","intrusive"}
|
||||
|
||||
require "shortport"
|
||||
require "stdnse"
|
||||
|
||||
Reference in New Issue
Block a user