User Tools

Site Tools


software:ipv6

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:ipv6 [2020/08/04 16:13] – [Tools for IPV6] superwizardsoftware:ipv6 [2020/12/08 19:05] (current) – [Tools for IPV6] superwizard
Line 49: Line 49:
     nmap -6 --script=targets-ipv6-multicast-echo.nse --script-args 'newtargets,interface=eth2' -sL      nmap -6 --script=targets-ipv6-multicast-echo.nse --script-args 'newtargets,interface=eth2' -sL 
     nmap -sU -p 10001 --script=ubiquiti-discovery.nse 10.2.2.0/24      nmap -sU -p 10001 --script=ubiquiti-discovery.nse 10.2.2.0/24 
 +
 +
 +<code>
 +2020-12-08
 +File targets-ipv6-multicast-invalid-dst
 +Script types: prerule
 +Categories: discovery, broadcast
 +Download: https://svn.nmap.org/nmap/scripts/targets-ipv6-multicast-invalid-dst.nse
 +User Summary
 +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.
 +
 +</code>
 +
 +From <https://nmap.org/nsedoc/scripts/targets-ipv6-multicast-invalid-dst.html> 
 +
 +<code>
 +File targets-ipv6-multicast-echo
 +Script types: prerule
 +Categories: discovery, broadcast
 +Download: https://svn.nmap.org/nmap/scripts/targets-ipv6-multicast-echo.nse
 +User Summary
 +Sends an ICMPv6 echo request packet to the all-nodes link-local multicast address (ff02::1) to discover responsive hosts on a LAN without needing to individually ping each IPv6 address.
 +</code>
 +
 +From <https://nmap.org/nsedoc/scripts/targets-ipv6-multicast-echo.html> 
 +
 +<code>
 +    /dSploit/jni/nmap/scripts/targets-ipv6-multicast-echo.nse
 +    https://github.com/simpleverso/dsploit
 +</code>
 +
 +From <http://138.201.16.208/file/86135700/> 
 +
 +
 +<code>
 +• nmap
 +•  scripts
 +•  targets-ipv6-multicast-echo.nse
 +Find fileBlameHistoryPermalink
 +
 +Imported Upstream version 7.00
 +</code>
 +
 +From <https://gitlab.com/kalilinux/packages/nmap/blob/6faefa8a2d0b469a1345a67e6376cc4d06e3279e/scripts/targets-ipv6-multicast-echo.nse> 
 +
 +    Linux 
 +    Simply use the native ping and ip commands.
 +    ping -6 -I <INTERFACE> ff02::1
 +    ping -6 -I <INTERFACE> ff02::2
 +    ip neigh
 +
 +From <https://pwn.no0.be/recon/network/neighbor_discovery/> 
 +
  
  
software/ipv6.1596557632.txt.gz · Last modified: 2020/08/04 16:13 by superwizard