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

o [NSE] Added the a Vuze library, port probe and the script vuze-dht-info. The

script connects to a Vuze node and gets protocol, vendor and network
  information. [Patrik]
This commit is contained in:
patrik
2011-12-03 09:18:58 +00:00
parent e0ca50b976
commit 171c917b37
5 changed files with 642 additions and 2 deletions

View File

@@ -276,6 +276,7 @@ Entry { filename = "unusual-port.nse", categories = { "safe", } }
Entry { filename = "upnp-info.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "vnc-brute.nse", categories = { "brute", "intrusive", } }
Entry { filename = "vnc-info.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "vuze-dht-info.nse", categories = { "discovery", "safe", } }
Entry { filename = "wdb-version.nse", categories = { "default", "discovery", "version", "vuln", } }
Entry { filename = "whois.nse", categories = { "discovery", "external", "safe", } }
Entry { filename = "wsdd-discover.nse", categories = { "default", "discovery", "safe", } }