diff --git a/scripts/broadcast-dns-service-discovery.nse b/scripts/broadcast-dns-service-discovery.nse index 898aaf80e..34964be79 100644 --- a/scripts/broadcast-dns-service-discovery.nse +++ b/scripts/broadcast-dns-service-discovery.nse @@ -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 diff --git a/scripts/broadcast-dropbox-listener.nse b/scripts/broadcast-dropbox-listener.nse index 8b19e637b..b56a9d936 100644 --- a/scripts/broadcast-dropbox-listener.nse +++ b/scripts/broadcast-dropbox-listener.nse @@ -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 newtargets 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"