1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Take minecraft-auth out of "vuln" and put it in "auth". From reading the

Tumblr post, this sounds more like a way for people to set up a private
server on a LAN among trusted users than a vulnerability. Also link the
Tumblr post in the description.
This commit is contained in:
david
2011-01-10 01:14:16 +00:00
parent 68ac93f69a
commit 42c14f507e
2 changed files with 5 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ Entry { filename = "ldap-brute.nse", categories = { "auth", "intrusive", } }
Entry { filename = "ldap-rootdse.nse", categories = { "discovery", "safe", } }
Entry { filename = "ldap-search.nse", categories = { "discovery", "safe", } }
Entry { filename = "lexmark-config.nse", categories = { "discovery", "safe", } }
Entry { filename = "minecraft-auth.nse", categories = { "default", "safe", "vuln", } }
Entry { filename = "minecraft-auth.nse", categories = { "auth", "default", "safe", } }
Entry { filename = "modbus-discover.nse", categories = { "discovery", "intrusive", } }
Entry { filename = "mongodb-databases.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "mongodb-info.nse", categories = { "default", "discovery", "safe", } }