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
software:nmap [2020/08/29 02:52] – [output the scan to file with all of those formats] superwizardsoftware:nmap [2022/07/13 19:48] (current) – [output the scan to file with all of those formats] superwizard
Line 18: Line 18:
  
     nmap -oA c:\temp\nmap-broadcast-dhcp-discover-2020-07-21 --script=broadcast-dhcp-discover 10.9.0.0/16     nmap -oA c:\temp\nmap-broadcast-dhcp-discover-2020-07-21 --script=broadcast-dhcp-discover 10.9.0.0/16
 +    nmap -sU -p 67 --script dhcp-discover 10.230.0.2/32
  
 Result stored in three files of type grep xml and text Result stored in three files of type grep xml and text
Line 40: Line 41:
 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.1598669559.txt.gz · Last modified: 2020/08/29 02:52 by superwizard