This trophy provides you some simple tricks to perform IPv6 reconnaissances with Scapy.
- build a simple IPv6 packet with a Router Solicitation (RS) packet on top
- send it with
sr1()
- do you have an answer?
- build a simple IPv6
ping6
packet toff0::1
(i.e. all nodes) - set the
conf.checkIPsrc
variable toFalse
- send it with
sr1()
- do you have an answer?
- use
srloop()
to send the previously built packet, using themulti
argument - do you have many answers?
- stop it
- add a
prn
argument to display all received IPv6 source addresses
- all IPv6 related layers start with IPv6 or ICMP6: use the TAB key!