1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 11:59:03 +00:00

minor NSEDoc updates

This commit is contained in:
fyodor
2011-01-14 06:32:16 +00:00
parent 3d6c8fd71d
commit ed12841d70
2 changed files with 3 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
description=[[
Attempts to discover a hosts services using the DNS Service Discovery protocol.
It does so by sending a multicast query and collects responses from all
responding hosts.
Attempts to discover hosts' services using the DNS Service Discovery protocol. It sends a multicast DNS-SD query and collects all the responses.
The script first sends a query for _services._dns-sd._udp.local to get a
list of services. It then sends a followup query for each one to try to

View File

@@ -1,8 +1,7 @@
description = [[
Listens for Dropbox LanSync information broadcasts.
Listens for the LAN sync information broadcasts that the Dropbox.com client broadcasts every 20 seconds, then prints all the discovered client IP addresses, port numbers, version numbers, display names, and more.
The Dropbox LanSync protocol broadcasts an opaque set of host and share
identifiers. It does this every twenty seconds.
If the <code>newtargets</code> script argument will given, all discovered Dropbox clients will be added to the Nmap target list rather than just listed in the output.
]]
author = "Ron Bowes, Mak Kolybabi, Andrew Orr, Russ Tait Milne"