ping6.py
ping6.py allows to do an ICMP6 ping to an IPv6 address from the specified IPv6 interface. Sufficient rights are needed on the machine to open a raw socket.
Specificities
This script requires the following positional commands line arguments to work:
required positional argument 1:
<src ip>
: the IPv6 address of the interface to use to send the ping request.required positional argument 2:
<dst ip>
: the IPv6 address of the target machine to ping.
Last updated