From fd92ad598f7542eb3e2321c74bd663d1cfdb6e9a Mon Sep 17 00:00:00 2001 From: patrik Date: Mon, 9 Apr 2012 06:20:35 +0000 Subject: [PATCH] Updated description with the correct text --- scripts/targets-ipv6-mld.nse | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/targets-ipv6-mld.nse b/scripts/targets-ipv6-mld.nse index 4ea890989..f9ee42090 100644 --- a/scripts/targets-ipv6-mld.nse +++ b/scripts/targets-ipv6-mld.nse @@ -1,9 +1,9 @@ description = [[ -Sends an ICMPv6 packet with an invalid extension header to the -all-nodes link-local multicast address (ff02::1) to -discover (some) available hosts on the LAN. This works because some -hosts will respond to this probe with an ICMPv6 Parameter Problem -packet. +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. ]] ---