1
0
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:
patrik
2011-10-22 19:00:33 +00:00
parent 07b21c1565
commit 2e8519fd6a
9 changed files with 20 additions and 8 deletions

View File

@@ -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"