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:
@@ -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", } }
|
||||
|
||||
Reference in New Issue
Block a user