1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

o [NSE] Added one script (vnc-brute) that performs password guessing against

VNC using the new brute library and another (vnc-info) that lists supported
  security mechanisms. [Patrik]
This commit is contained in:
patrik
2010-08-14 15:13:15 +00:00
parent 5f58469ba7
commit ce0de70ae8
5 changed files with 591 additions and 0 deletions

View File

@@ -127,5 +127,7 @@ Entry { filename = "ssl-enum-ciphers.nse", categories = { "discovery", "intrusiv
Entry { filename = "sslv2.nse", categories = { "default", "safe", } }
Entry { filename = "telnet-brute.nse", categories = { "auth", "intrusive", } }
Entry { filename = "upnp-info.nse", categories = { "default", "safe", } }
Entry { filename = "vnc-brute.nse", categories = { "auth", "intrusive", } }
Entry { filename = "vnc-info.nse", categories = { "discovery", "safe", } }
Entry { filename = "whois.nse", categories = { "discovery", "external", "safe", } }
Entry { filename = "x11-access.nse", categories = { "auth", "default", "safe", } }