1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41: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

@@ -1,6 +1,6 @@
author = "jah"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery", "intrusive"}
categories = {"auth", "intrusive"}
description = [[
Attempts to enumerate valid usernames on web servers running with the mod_userdir
module or similar enabled.