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/07/27 01:46] – [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/> 
 +
 +
 +
 +Linux and Mac\\ 
 +
 +    v6disc.sh
 +
 +2020-08-01\\ 
 +Synopsis\\ 
 +
 +A shell script to quickly & automatically discover IPv6 hosts, with the option to ping or run nmap against discovered hosts.
 +Motivation\\ 
 +There are three reasons to use v6disc.sh
 + 1. Scan an IPv6 network 700,000 times faster than nmap
 + 2. Auto Discovery of IPv6 hosts on the network (e.g. for IPAM)
 + 3. Quickly figure out what IPv6 is already on your network.
 +With 18,446,744,073,709,551,616 (2^64) potential addresses on a LAN segment, the old brute force method of scanning every address (e.g. with nnap) quickly becomes impractical. Even with version 7 of nmap, scanning a /64 still takes a week! v6disc.sh scans a /64 less than 5 seconds.
 +
 +From <https://github.com/cvmiller/v6disc> 
 +
 +    ./v6disc.sh -h
 +        ./v6disc.sh - auto discover IPv6 hosts 
 +        e.g. ./v6disc.sh -D -p
 +        -p  Ping discovered hosts
 +        -i  use this interface
 +        -L  show link-local only
 +        -D  Dual Stack, show IPv4 addresses
 +        -N  Scan with nmap -6 -sT
 +        -q  quiet, just print discovered hosts
 +
 +From <https://github.com/cvmiller/v6disc> 
 +
 </WRAP> </WRAP>
  
software/ipv6.1595814403.txt.gz · Last modified: 2020/07/27 01:46 by superwizard