Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/scanner/discovery/ipv6_neighbor.md
Views: 11786
Description
This auxiliary module probes the local network for IPv6 hosts that respond to Neighbor Solicitations with a link-local address. This module, like the arp_sweep one, will generally only work within the attacking machine’s broadcast domain. It serves the dual-purpose of showing what hosts are online similar to arp_sweep and then performs the IPv6 Neighbor Discovery.
Verification Steps
Do:
use auxiliary/scanner/discovery/ipv6_neighbor
Do:
set RHOSTS [IP]
Do:
set SHOST [IP]
Do:
set SMAC [MAC]
Do:
set THREADS [number of threads]
Do:
run