From 51e01bc14a61abbdef19224d7c5d990109363cad Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 22 May 2012 09:49:36 +0000 Subject: [PATCH] Reword the script description slightly --- scripts/targets-ipv6-multicast-mld.nse | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/targets-ipv6-multicast-mld.nse b/scripts/targets-ipv6-multicast-mld.nse index e8ab58fda..e25b03e95 100644 --- a/scripts/targets-ipv6-multicast-mld.nse +++ b/scripts/targets-ipv6-multicast-mld.nse @@ -1,9 +1,5 @@ description = [[ -Sends an MLD query with maximum response delay 0 to the -to discover available hosts on the LAN. This works because -hosts will respond to this probe with an MLD report packet and -as maximum response delay is 0 nobody gets time to wait for others` -report even in the same multicast group. +Attempts to discover available IPv6 hosts on the LAN by sending an MLD (multicast listener discovery) query to the link-local multicast address (ff02::1) and listening for any responses. The query's maximum response delay set to 0 to provoke hosts to respond immediately rather than waiting for other responses from their multicast group. ]] ---