software:ipv6
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:ipv6 [2020/07/26 03:55] – [Tools for IPV6] superwizard | software:ipv6 [2020/12/08 19:05] (current) – [Tools for IPV6] superwizard | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ip -o -f inet6 addr | ip -o -f inet6 addr | ||
| ip -f inet6 neighbor | ip -f inet6 neighbor | ||
| + | ip -6 neighbor show | ||
| + | | ||
| + | Mac | ||
| + | iMac:~ andrew$ ndp -a | ||
| Windows | Windows | ||
| Line 13: | Line 17: | ||
| netsh interface ipv6 show interface "Local Area Connection* 1" | netsh interface ipv6 show interface "Local Area Connection* 1" | ||
| netsh interface ipv6 show interface | netsh interface ipv6 show interface | ||
| + | netsh interface ipv6 delete neighbors | ||
| + | |||
| + | From: http:// | ||
| + | |||
| + | nmap -6 --script=broadcast-dhcp6-discover | ||
| + | netsh int ipv6 show prefixpolicies | ||
| + | netsh interface ipv6 show address | ||
| + | netsh interface ipv6 show interface | ||
| + | netsh interface ipv6 show neighbors | ||
| + | netsh interface ipv6 delete neighbors | ||
| + | netsh interface ipv6 show destinationcache | ||
| + | netsh interface ipv6 delete destinationcache | ||
| + | netsh interface ipv6 show route | ||
| + | netsh interface ipv6 show joins | ||
| + | netsh interface ipv6 show ipstats | ||
| + | netsh interface ipv6 show global | ||
| + | Netsh dns show state | ||
| + | route print | ||
| + | tracert | ||
| + | Pathping | ||
| + | ping | ||
| + | ipconfig /displaydns | ||
| + | |||
| Powershell | Powershell | ||
| Line 22: | Line 49: | ||
| nmap -6 --script=targets-ipv6-multicast-echo.nse --script-args ' | nmap -6 --script=targets-ipv6-multicast-echo.nse --script-args ' | ||
| nmap -sU -p 10001 --script=ubiquiti-discovery.nse 10.2.2.0/ | nmap -sU -p 10001 --script=ubiquiti-discovery.nse 10.2.2.0/ | ||
| + | |||
| + | |||
| + | < | ||
| + | 2020-12-08 | ||
| + | File targets-ipv6-multicast-invalid-dst | ||
| + | Script types: prerule | ||
| + | Categories: | ||
| + | Download: | ||
| + | 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. | ||
| + | |||
| + | </ | ||
| + | |||
| + | From < | ||
| + | |||
| + | < | ||
| + | File targets-ipv6-multicast-echo | ||
| + | Script types: prerule | ||
| + | Categories: | ||
| + | Download: | ||
| + | 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. | ||
| + | </ | ||
| + | |||
| + | From < | ||
| + | |||
| + | < | ||
| + | / | ||
| + | https:// | ||
| + | </ | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | < | ||
| + | • nmap | ||
| + | • scripts | ||
| + | • targets-ipv6-multicast-echo.nse | ||
| + | Find fileBlameHistoryPermalink | ||
| + | |||
| + | Imported Upstream version 7.00 | ||
| + | </ | ||
| + | |||
| + | From < | ||
| + | |||
| + | Linux | ||
| + | Simply use the native ping and ip commands. | ||
| + | ping -6 -I < | ||
| + | ping -6 -I < | ||
| + | ip neigh | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | |||
| + | 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, | ||
| + | |||
| + | From < | ||
| + | |||
| + | ./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 < | ||
| + | |||
| </ | </ | ||
software/ipv6.1595735727.txt.gz · Last modified: by superwizard
