User Tools

Site Tools


software:nmap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
software:nmap [2020/08/29 02:52] – [output the scan to file with all of those formats] superwizardsoftware:nmap [2020/09/29 03:35] – [Broadcast Scripts] superwizard
Line 40: Line 40:
 Attempts to discover available IPv6 hosts on the LAN by sending an MLD (multicast listener discovery) query to   he link-local multicast address (ff02::1) and listening for any responses. The query's maximum response delay set to 1 to provoke hosts to respond immediately rather than waiting for other responses from their multicast group. Attempts to discover available IPv6 hosts on the LAN by sending an MLD (multicast listener discovery) query to   he link-local multicast address (ff02::1) and listening for any responses. The query's maximum response delay set to 1 to provoke hosts to respond immediately rather than waiting for other responses from their multicast group.
  
 +</WRAP>
 +
 +
 +<WRAP center round box >
 +
 +description = 
 +Sends an ICMPv6 echo request packet to the all-nodes link-local
 +multicast address
 +<code>ff02::1</code>
 +to discover responsive hosts
 +on a LAN without needing to individually ping each IPv6 address.
 +
 +
 +---
 +-- @usage
 +-- ./nmap -6 --script=targets-ipv6-multicast-echo.nse --script-args 'newtargets,interface=eth0' -sL
 +-- @output
 +
 +
 +From: https://svn.nmap.org/nmap/scripts/targets-ipv6-multicast-echo.nse
 </WRAP> </WRAP>
  
software/nmap.txt · Last modified: 2022/07/13 19:48 by superwizard